Html Css Color HEX #D08220 Ochre

📋 copy color: '#D08220'

red 208 ◦ green 130 ◦ blue 32

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

Shades of Ochre #D08220

Tints of Ochre #D08220

RGB

 RED value IS 208 (81.64% from 255) = 56.22%

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

 BLUE value IS 32 (12.89% from 255) = 8.65%

R = 56.22%
G = 35.14%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D08220 (or 0xD08220) is known color: Ochre. HEX triplet: D0, 82 and 20. RGB value is (208,130,32). Sum of RGB (Red+Green+Blue) = 208+130+32=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D08220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08220 is #2F7DDF. Grayscale: #8E8E8E. Windows color (decimal): -3112416 or 2130640. OLE color: 2130640.

HSL color Cylindrical-coordinate representation of color #D08220: hue angle of 33.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D08220 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 130 32 -
CMYK 0 0.38 0.85 0.18
HSL 33.41º 0.73% 0.47% -
HSV(B) 33.41º 0.85% 0.82% -
XYZ 34.26 29.48 5.25 -
YUV 142.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 208 130 32 0 0.38 0.85 0.18 33.41 0.73 0.47
Hex D0 82 20 0 26 55 12 21 49 2F
Octal 320 202 40 0 46 125 22 41 111 57
Binary 11010000 10000010 100000 0 100110 1010101 10010 100001 1001001 101111

Color Harmonies of #D08220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08220

Black with #D08220

Text Example


Text Example

White with #D08220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08220; }

 p { color: rgb(208,130,32); }

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

background-color css

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

 a { background-color: rgb(208,130,32); }

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

border-color css

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

 span { border-color: rgb(208,130,32); }

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