Html Css Color HEX #D08320 Ochre

📋 copy color: '#D08320'

red 208 ◦ green 131 ◦ blue 32

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

Shades of Ochre #D08320

Tints of Ochre #D08320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

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

R = 56.06%
G = 35.31%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D08320 (or 0xD08320) is known color: Ochre. HEX triplet: D0, 83 and 20. RGB value is (208,131,32). Sum of RGB (Red+Green+Blue) = 208+131+32=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D08320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08320 is #2F7CDF. Grayscale: #8F8F8F. Windows color (decimal): -3112160 or 2130896. OLE color: 2130896.

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

Color convert

RGB 208 131 32 -
CMYK 0 0.37 0.85 0.18
HSL 33.75º 0.73% 0.47% -
HSV(B) 33.75º 0.85% 0.82% -
XYZ 34.39 29.75 5.3 -
YUV 142.74 65.51 174.55 -
System Red Green Blue C M Y K H S L
Decimal 208 131 32 0 0.37 0.85 0.18 33.75 0.73 0.47
Hex D0 83 20 0 25 55 12 22 49 2F
Octal 320 203 40 0 45 125 22 42 111 57
Binary 11010000 10000011 100000 0 100101 1010101 10010 100010 1001001 101111

Color Harmonies of #D08320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08320

Black with #D08320

Text Example


Text Example

White with #D08320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08320; }

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

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

background-color css

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

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

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

border-color css

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

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

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