Html Css Color HEX #D08222 Ochre

📋 copy color: '#D08222'

red 208 ◦ green 130 ◦ blue 34

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

Shades of Ochre #D08222

Tints of Ochre #D08222

RGB

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

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

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

R = 55.91%
G = 34.95%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D08222 (or 0xD08222) is known color: Ochre. HEX triplet: D0, 82 and 22. RGB value is (208,130,34). Sum of RGB (Red+Green+Blue) = 208+130+34=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D08222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08222 is #2F7DDD. Grayscale: #8E8E8E. Windows color (decimal): -3112414 or 2261712. OLE color: 2261712.

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

Color convert

RGB 208 130 34 -
CMYK 0 0.38 0.84 0.18
HSL 33.1º 0.72% 0.47% -
HSV(B) 33.1º 0.84% 0.82% -
XYZ 34.28 29.49 5.4 -
YUV 142.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 208 130 34 0 0.38 0.84 0.18 33.1 0.72 0.47
Hex D0 82 22 0 26 54 12 21 48 2F
Octal 320 202 42 0 46 124 22 41 110 57
Binary 11010000 10000010 100010 0 100110 1010100 10010 100001 1001000 101111

Color Harmonies of #D08222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08222

Black with #D08222

Text Example


Text Example

White with #D08222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08222; }

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

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

background-color css

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

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

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

border-color css

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

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

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