Html Css Color HEX #D08422 Ochre

📋 copy color: '#D08422'

red 208 ◦ green 132 ◦ blue 34

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

Shades of Ochre #D08422

Tints of Ochre #D08422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

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

R = 55.61%
G = 35.29%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D08422 (or 0xD08422) is known color: Ochre. HEX triplet: D0, 84 and 22. RGB value is (208,132,34). Sum of RGB (Red+Green+Blue) = 208+132+34=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D08422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08422 is #2F7BDD. Grayscale: #909090. Windows color (decimal): -3111902 or 2262224. OLE color: 2262224.

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

Color convert

RGB 208 132 34 -
CMYK 0 0.37 0.84 0.18
HSL 33.79º 0.72% 0.47% -
HSV(B) 33.79º 0.84% 0.82% -
XYZ 34.55 30.03 5.49 -
YUV 143.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 208 132 34 0 0.37 0.84 0.18 33.79 0.72 0.47
Hex D0 84 22 0 25 54 12 22 48 2F
Octal 320 204 42 0 45 124 22 42 110 57
Binary 11010000 10000100 100010 0 100101 1010100 10010 100010 1001000 101111

Color Harmonies of #D08422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08422

Black with #D08422

Text Example


Text Example

White with #D08422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08422; }

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

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

background-color css

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

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

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

border-color css

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

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

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