Html Css Color HEX #CC9122 Buttercup

📋 copy color: '#CC9122'

red 204 ◦ green 145 ◦ blue 34

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

Shades of Buttercup #CC9122

Tints of Buttercup #CC9122

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 53.26%
G = 37.86%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC9122 (or 0xCC9122) is known color: Buttercup. HEX triplet: CC, 91 and 22. RGB value is (204,145,34). Sum of RGB (Red+Green+Blue) = 204+145+34=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9122 is #336EDD. Grayscale: #969696. Windows color (decimal): -3370718 or 2265548. OLE color: 2265548.

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

Color convert

RGB 204 145 34 -
CMYK 0 0.29 0.83 0.2
HSL 39.18º 0.71% 0.47% -
HSV(B) 39.18º 0.83% 0.8% -
XYZ 35.32 33.2 6.06 -
YUV 149.99 62.55 166.53 -
System Red Green Blue C M Y K H S L
Decimal 204 145 34 0 0.29 0.83 0.2 39.18 0.71 0.47
Hex CC 91 22 0 1D 53 14 27 47 2F
Octal 314 221 42 0 35 123 24 47 107 57
Binary 11001100 10010001 100010 0 11101 1010011 10100 100111 1000111 101111

Color Harmonies of #CC9122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9122

Black with #CC9122

Text Example


Text Example

White with #CC9122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9122; }

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

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

background-color css

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

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

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

border-color css

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

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

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