Html Css Color HEX #CC8222 Ochre

📋 copy color: '#CC8222'

red 204 ◦ green 130 ◦ blue 34

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

Shades of Ochre #CC8222

Tints of Ochre #CC8222

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

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

R = 55.43%
G = 35.33%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC8222 (or 0xCC8222) is known color: Ochre. HEX triplet: CC, 82 and 22. RGB value is (204,130,34). Sum of RGB (Red+Green+Blue) = 204+130+34=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8222 is #337DDD. Grayscale: #8D8D8D. Windows color (decimal): -3374558 or 2261708. OLE color: 2261708.

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

Color convert

RGB 204 130 34 -
CMYK 0 0.36 0.83 0.2
HSL 33.88º 0.71% 0.47% -
HSV(B) 33.88º 0.83% 0.8% -
XYZ 33.17 28.92 5.35 -
YUV 141.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 204 130 34 0 0.36 0.83 0.2 33.88 0.71 0.47
Hex CC 82 22 0 24 53 14 22 47 2F
Octal 314 202 42 0 44 123 24 42 107 57
Binary 11001100 10000010 100010 0 100100 1010011 10100 100010 1000111 101111

Color Harmonies of #CC8222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8222

Black with #CC8222

Text Example


Text Example

White with #CC8222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8222; }

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

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

background-color css

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

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

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

border-color css

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

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

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