Html Css Color HEX #CC9420 Buttercup

📋 copy color: '#CC9420'

red 204 ◦ green 148 ◦ blue 32

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

Shades of Buttercup #CC9420

Tints of Buttercup #CC9420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 53.13%
G = 38.54%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC9420 (or 0xCC9420) is known color: Buttercup. HEX triplet: CC, 94 and 20. RGB value is (204,148,32). Sum of RGB (Red+Green+Blue) = 204+148+32=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9420 is #336BDF. Grayscale: #989898. Windows color (decimal): -3369952 or 2135244. OLE color: 2135244.

HSL color Cylindrical-coordinate representation of color #CC9420: hue angle of 40.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC9420 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 32 -
CMYK 0 0.27 0.84 0.2
HSL 40.47º 0.73% 0.46% -
HSV(B) 40.47º 0.84% 0.8% -
XYZ 35.75 34.12 6.07 -
YUV 151.52 60.55 165.43 -
System Red Green Blue C M Y K H S L
Decimal 204 148 32 0 0.27 0.84 0.2 40.47 0.73 0.46
Hex CC 94 20 0 1B 54 14 28 49 2E
Octal 314 224 40 0 33 124 24 50 111 56
Binary 11001100 10010100 100000 0 11011 1010100 10100 101000 1001001 101110

Color Harmonies of #CC9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9420

Black with #CC9420

Text Example


Text Example

White with #CC9420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9420; }

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

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

background-color css

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

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

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

border-color css

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

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

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