Html Css Color HEX #CC9421 Buttercup

📋 copy color: '#CC9421'

red 204 ◦ green 148 ◦ blue 33

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

Shades of Buttercup #CC9421

Tints of Buttercup #CC9421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.57%

R = 52.99%
G = 38.44%
B = 8.57%

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

#CC9421 (or 0xCC9421) is known color: Buttercup. HEX triplet: CC, 94 and 21. RGB value is (204,148,33). Sum of RGB (Red+Green+Blue) = 204+148+33=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9421 is #336BDE. Grayscale: #989898. Windows color (decimal): -3369951 or 2200780. OLE color: 2200780.

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

Color convert

RGB 204 148 33 -
CMYK 0 0.27 0.84 0.2
HSL 40.35º 0.72% 0.46% -
HSV(B) 40.35º 0.84% 0.8% -
XYZ 35.77 34.13 6.14 -
YUV 151.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 204 148 33 0 0.27 0.84 0.2 40.35 0.72 0.46
Hex CC 94 21 0 1B 54 14 28 48 2E
Octal 314 224 41 0 33 124 24 50 110 56
Binary 11001100 10010100 100001 0 11011 1010100 10100 101000 1001000 101110

Color Harmonies of #CC9421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9421

Black with #CC9421

Text Example


Text Example

White with #CC9421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9421; }

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

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

background-color css

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

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

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

border-color css

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

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

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