Html Css Color HEX #CC9424 Buttercup

📋 copy color: '#CC9424'

red 204 ◦ green 148 ◦ blue 36

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

Shades of Buttercup #CC9424

Tints of Buttercup #CC9424

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

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

R = 52.58%
G = 38.14%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC9424 (or 0xCC9424) is known color: Buttercup. HEX triplet: CC, 94 and 24. RGB value is (204,148,36). Sum of RGB (Red+Green+Blue) = 204+148+36=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9424 is #336BDB. Grayscale: #989898. Windows color (decimal): -3369948 or 2397388. OLE color: 2397388.

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

Color convert

RGB 204 148 36 -
CMYK 0 0.27 0.82 0.2
HSL 40º 0.7% 0.47% -
HSV(B) 40º 0.82% 0.8% -
XYZ 35.81 34.14 6.37 -
YUV 151.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 204 148 36 0 0.27 0.82 0.2 40 0.7 0.47
Hex CC 94 24 0 1B 52 14 28 46 2F
Octal 314 224 44 0 33 122 24 50 106 57
Binary 11001100 10010100 100100 0 11011 1010010 10100 101000 1000110 101111

Color Harmonies of #CC9424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9424

Black with #CC9424

Text Example


Text Example

White with #CC9424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9424; }

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

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

background-color css

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

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

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

border-color css

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

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

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