#CD8222

Color #CD8222 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CD8222

Tints of Ochre #CD8222

Color information

#CD8222 (or 0xCD8222) is unknown color: approx Ochre. HEX triplet: CD, 82 and 22. RGB value is (205,130,34). Sum of RGB (Red+Green+Blue) = 205+130+34=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8222 is #327DDD. Grayscale: #8D8D8D. Windows color (decimal): -3309022 or 2261709. OLE color: 2261709.

HSL color Cylindrical-coordinate representation of color #CD8222: hue angle of 33.68º degrees, saturation: 0.72, 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 #CD8222 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB20513034-
CMYK00.370.830.20
HSL33.68º71.55%46.86%-
HSV(B)33.68º83.41%80.39%-
XYZ33.4529.065.36-
YUV141.4867.35173.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.56%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=55.56%
G=35.23%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051303400.370.830.2033.6871.5546.86
HexCD8222025531422482f
Octal31520242045123244211057
Binary110011011000001010001001001011010011101001000101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8222; }

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

 H1.HeaderClassName
 {
   color: #CD8222;
 }
 .AnyTagClassName
 {
   color: #CD8222;
 }
</style>
background-color css

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

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

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

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

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

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