Html Css Color HEX #D08022 Ochre

📋 copy color: '#D08022'

red 208 ◦ green 128 ◦ blue 34

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

Shades of Ochre #D08022

Tints of Ochre #D08022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

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

R = 56.22%
G = 34.59%
B = 9.19%

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

#D08022 (or 0xD08022) is known color: Ochre. HEX triplet: D0, 80 and 22. RGB value is (208,128,34). Sum of RGB (Red+Green+Blue) = 208+128+34=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D08022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08022 is #2F7FDD. Grayscale: #8D8D8D. Windows color (decimal): -3112926 or 2261200. OLE color: 2261200.

HSL color Cylindrical-coordinate representation of color #D08022: hue angle of 32.41º 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 #D08022 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 34 -
CMYK 0 0.38 0.84 0.18
HSL 32.41º 0.72% 0.47% -
HSV(B) 32.41º 0.84% 0.82% -
XYZ 34.02 28.96 5.31 -
YUV 141.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 208 128 34 0 0.38 0.84 0.18 32.41 0.72 0.47
Hex D0 80 22 0 26 54 12 20 48 2F
Octal 320 200 42 0 46 124 22 40 110 57
Binary 11010000 10000000 100010 0 100110 1010100 10010 100000 1001000 101111

Color Harmonies of #D08022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08022

Black with #D08022

Text Example


Text Example

White with #D08022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08022; }

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

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

background-color css

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

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

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

border-color css

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

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

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