Html Css Color HEX #D08020 Ochre

📋 copy color: '#D08020'

red 208 ◦ green 128 ◦ blue 32

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

Shades of Ochre #D08020

Tints of Ochre #D08020

RGB

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

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

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

R = 56.52%
G = 34.78%
B = 8.7%

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

#D08020 (or 0xD08020) is known color: Ochre. HEX triplet: D0, 80 and 20. RGB value is (208,128,32). Sum of RGB (Red+Green+Blue) = 208+128+32=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D08020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08020 is #2F7FDF. Grayscale: #8D8D8D. Windows color (decimal): -3112928 or 2130128. OLE color: 2130128.

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

Color convert

RGB 208 128 32 -
CMYK 0 0.38 0.85 0.18
HSL 32.73º 0.73% 0.47% -
HSV(B) 32.73º 0.85% 0.82% -
XYZ 33.99 28.95 5.16 -
YUV 140.98 66.5 175.81 -
System Red Green Blue C M Y K H S L
Decimal 208 128 32 0 0.38 0.85 0.18 32.73 0.73 0.47
Hex D0 80 20 0 26 55 12 21 49 2F
Octal 320 200 40 0 46 125 22 41 111 57
Binary 11010000 10000000 100000 0 100110 1010101 10010 100001 1001001 101111

Color Harmonies of #D08020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08020

Black with #D08020

Text Example


Text Example

White with #D08020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08020; }

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

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

background-color css

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

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

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

border-color css

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

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

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