#cd9018

Color #CD9018 Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #CD9018

Tints of Buttercup #CD9018

Color information

#CD9018 (or 0xCD9018) is unknown color: approx Buttercup. HEX triplet: CD, 90 and 18. RGB value is (205,144,24). Sum of RGB (Red+Green+Blue) = 205+144+24=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9018 is #326FE7. Grayscale: #959595. Windows color (decimal): -3305448 or 1609933. OLE color: 1609933.

HSL color Cylindrical-coordinate representation of color #CD9018: hue angle of 39.78º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD9018 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB20514424-
CMYK00.300.880.20
HSL39.78º79.04%44.9%-
HSV(B)39.78º88.29%80.39%-
XYZ35.3132.995.37-
YUV148.5657.71168.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 54.96%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 24 (9.77% from 255) = 6.43%
R=54.96%
G=38.61%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051442400.300.880.2039.7879.0444.9
HexCD901801E5814284f2d
Octal31522030036130245011755
Binary1100110110010000110000111101011000101001010001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd9018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd9018; }

 p { color: rgb(205,144,24); }

 H1.HeaderClassName
 {
   color: #cd9018;
 }
 .AnyTagClassName
 {
   color: #cd9018;
 }
</style>
background-color css

<style>
 a { background-color: #cd9018; }

 a { background-color: rgb(205,144,24); }

 div.DivClassName
 {
   background-color: #cd9018;
 }
 .BgClassName
 {
   background-color: #cd9018;
 }
</style>
border-color css

<style>
 span { border-color: #cd9018; }

 span { border-color: rgb(205,144,24); }

 td.TdClassName
 {
   border-color: #cd9018;
 }
 .TagClassName
 {
   border-color: #cd9018;
 }
</style>