Html Css Color HEX #CC9922 Buttercup

📋 copy color: '#CC9922'

red 204 ◦ green 153 ◦ blue 34

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

Shades of Buttercup #CC9922

Tints of Buttercup #CC9922

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

 BLUE value IS 34 (13.67% from 255) = 8.7%

R = 52.17%
G = 39.13%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC9922 (or 0xCC9922) is known color: Buttercup. HEX triplet: CC, 99 and 22. RGB value is (204,153,34). Sum of RGB (Red+Green+Blue) = 204+153+34=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9922 is #3366DD. Grayscale: #9B9B9B. Windows color (decimal): -3368670 or 2267596. OLE color: 2267596.

HSL color Cylindrical-coordinate representation of color #CC9922: hue angle of 42º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC9922 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 153 34 -
CMYK 0 0.25 0.83 0.2
HSL 42º 0.71% 0.47% -
HSV(B) 42º 0.83% 0.8% -
XYZ 36.58 35.74 6.48 -
YUV 154.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 204 153 34 0 0.25 0.83 0.2 42 0.71 0.47
Hex CC 99 22 0 19 53 14 2A 47 2F
Octal 314 231 42 0 31 123 24 52 107 57
Binary 11001100 10011001 100010 0 11001 1010011 10100 101010 1000111 101111

Color Harmonies of #CC9922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9922

Black with #CC9922

Text Example


Text Example

White with #CC9922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9922; }

 p { color: rgb(204,153,34); }

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

background-color css

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

 a { background-color: rgb(204,153,34); }

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

border-color css

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

 span { border-color: rgb(204,153,34); }

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