Html Css Color HEX #CD9024 Buttercup

📋 copy color: '#CD9024'

red 205 ◦ green 144 ◦ blue 36

#CD9024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttercup #CD9024

Tints of Buttercup #CD9024

RGB

 RED value IS 205 (80.47% from 255) = 53.25%

 GREEN value IS 144 (56.64% from 255) = 37.4%

 BLUE value IS 36 (14.45% from 255) = 9.35%

R = 53.25%
G = 37.4%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD9024 (or 0xCD9024) is known color: Buttercup. HEX triplet: CD, 90 and 24. RGB value is (205,144,36). Sum of RGB (Red+Green+Blue) = 205+144+36=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9024 is #326FDB. Grayscale: #969696. Windows color (decimal): -3305436 or 2396365. OLE color: 2396365.

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

Color convert

RGB 205 144 36 -
CMYK 0 0.30 0.82 0.20
HSL 38.34º 0.7% 0.47% -
HSV(B) 38.34º 0.82% 0.8% -
XYZ 35.47 33.05 6.18 -
YUV 149.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 205 144 36 0 0.30 0.82 0.20 38.34 0.7 0.47
Hex CD 90 24 0 1E 52 14 26 46 2F
Octal 315 220 44 0 36 122 24 46 106 57
Binary 11001101 10010000 100100 0 11110 1010010 10100 100110 1000110 101111

Color Harmonies of #CD9024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9024

Black with #CD9024

Text Example


Text Example

White with #CD9024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9024; }

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

 H1.HeaderClassName
 {
   color: #CD9024;
 }
 .AnyTagClassName
 {
   color: #CD9024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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