Html Css Color HEX #D08120 Ochre

📋 copy color: '#D08120'

red 208 ◦ green 129 ◦ blue 32

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

Shades of Ochre #D08120

Tints of Ochre #D08120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 56.37%
G = 34.96%
B = 8.67%

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

#D08120 (or 0xD08120) is known color: Ochre. HEX triplet: D0, 81 and 20. RGB value is (208,129,32). Sum of RGB (Red+Green+Blue) = 208+129+32=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D08120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08120 is #2F7EDF. Grayscale: #8E8E8E. Windows color (decimal): -3112672 or 2130384. OLE color: 2130384.

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

Color convert

RGB 208 129 32 -
CMYK 0 0.38 0.85 0.18
HSL 33.07º 0.73% 0.47% -
HSV(B) 33.07º 0.85% 0.82% -
XYZ 34.12 29.21 5.21 -
YUV 141.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 208 129 32 0 0.38 0.85 0.18 33.07 0.73 0.47
Hex D0 81 20 0 26 55 12 21 49 2F
Octal 320 201 40 0 46 125 22 41 111 57
Binary 11010000 10000001 100000 0 100110 1010101 10010 100001 1001001 101111

Color Harmonies of #D08120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08120

Black with #D08120

Text Example


Text Example

White with #D08120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08120; }

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

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

background-color css

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

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

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

border-color css

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

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

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