Html Css Color HEX #CC9024 Buttercup

📋 copy color: '#CC9024'

red 204 ◦ green 144 ◦ blue 36

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

Shades of Buttercup #CC9024

Tints of Buttercup #CC9024

RGB

 RED value IS 204 (80.08% from 255) = 53.13%

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

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

R = 53.13%
G = 37.5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC9024 (or 0xCC9024) is known color: Buttercup. HEX triplet: CC, 90 and 24. RGB value is (204,144,36). Sum of RGB (Red+Green+Blue) = 204+144+36=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9024 is #336FDB. Grayscale: #969696. Windows color (decimal): -3370972 or 2396364. OLE color: 2396364.

HSL color Cylindrical-coordinate representation of color #CC9024: hue angle of 38.57º 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 #CC9024 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 144 36 -
CMYK 0 0.29 0.82 0.2
HSL 38.57º 0.7% 0.47% -
HSV(B) 38.57º 0.82% 0.8% -
XYZ 35.19 32.91 6.17 -
YUV 149.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 204 144 36 0 0.29 0.82 0.2 38.57 0.7 0.47
Hex CC 90 24 0 1D 52 14 27 46 2F
Octal 314 220 44 0 35 122 24 47 106 57
Binary 11001100 10010000 100100 0 11101 1010010 10100 100111 1000110 101111

Color Harmonies of #CC9024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9024

Black with #CC9024

Text Example


Text Example

White with #CC9024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9024; }

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

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

background-color css

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

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

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

border-color css

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

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

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