Html Css Color HEX #CC9524 Buttercup

📋 copy color: '#CC9524'

red 204 ◦ green 149 ◦ blue 36

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

Shades of Buttercup #CC9524

Tints of Buttercup #CC9524

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 52.44%
G = 38.3%
B = 9.25%

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

#CC9524 (or 0xCC9524) is known color: Buttercup. HEX triplet: CC, 95 and 24. RGB value is (204,149,36). Sum of RGB (Red+Green+Blue) = 204+149+36=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9524 is #336ADB. Grayscale: #999999. Windows color (decimal): -3369692 or 2397644. OLE color: 2397644.

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

Color convert

RGB 204 149 36 -
CMYK 0 0.27 0.82 0.2
HSL 40.36º 0.7% 0.47% -
HSV(B) 40.36º 0.82% 0.8% -
XYZ 35.97 34.46 6.42 -
YUV 152.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 204 149 36 0 0.27 0.82 0.2 40.36 0.7 0.47
Hex CC 95 24 0 1B 52 14 28 46 2F
Octal 314 225 44 0 33 122 24 50 106 57
Binary 11001100 10010101 100100 0 11011 1010010 10100 101000 1000110 101111

Color Harmonies of #CC9524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9524

Black with #CC9524

Text Example


Text Example

White with #CC9524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9524; }

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

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

background-color css

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

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

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

border-color css

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

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

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