#CD821A

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

Shades of Ochre #CD821A

Tints of Ochre #CD821A

Color information

#CD821A (or 0xCD821A) is unknown color: approx Ochre. HEX triplet: CD, 82 and 1A. RGB value is (205,130,26). Sum of RGB (Red+Green+Blue) = 205+130+26=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD821A is #327DE5. Grayscale: #8D8D8D. Windows color (decimal): -3309030 or 1737421. OLE color: 1737421.

HSL color Cylindrical-coordinate representation of color #CD821A: hue angle of 34.86º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD821A is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB20513026-
CMYK00.370.870.20
HSL34.86º77.49%45.29%-
HSV(B)34.86º87.32%80.39%-
XYZ33.3529.024.82-
YUV140.5763.35173.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.79%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 26 (10.55% from 255) = 7.20%
R=56.79%
G=36.01%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051302600.370.870.2034.8677.4945.29
HexCD821A0255714234d2d
Octal31520232045127244311555
Binary11001101100000101101001001011010111101001000111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD821A; }

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

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

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

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

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

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

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

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