Html Css Color HEX #CD8211 Ochre

📋 copy color: '#CD8211'

red 205 ◦ green 130 ◦ blue 17

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

Shades of Ochre #CD8211

Tints of Ochre #CD8211

RGB

 RED value IS 205 (80.47% from 255) = 58.24%

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

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 58.24%
G = 36.93%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD8211 (or 0xCD8211) is known color: Ochre. HEX triplet: CD, 82 and 11. RGB value is (205,130,17). Sum of RGB (Red+Green+Blue) = 205+130+17=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8211 is #327DEE. Grayscale: #8C8C8C. Windows color (decimal): -3309039 or 1147597. OLE color: 1147597.

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

Color convert

RGB 205 130 17 -
CMYK 0 0.37 0.92 0.20
HSL 36.06º 0.85% 0.44% -
HSV(B) 36.06º 0.92% 0.8% -
XYZ 33.26 28.98 4.37 -
YUV 139.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 205 130 17 0 0.37 0.92 0.20 36.06 0.85 0.44
Hex CD 82 11 0 25 5C 14 24 55 2C
Octal 315 202 21 0 45 134 24 44 125 54
Binary 11001101 10000010 10001 0 100101 1011100 10100 100100 1010101 101100

Color Harmonies of #CD8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8211

Black with #CD8211

Text Example


Text Example

White with #CD8211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8211; }

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

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

background-color css

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

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

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

border-color css

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

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

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