Html Css Color HEX #D0861E Ochre

📋 copy color: '#D0861E'

red 208 ◦ green 134 ◦ blue 30

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

Shades of Ochre #D0861E

Tints of Ochre #D0861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

 BLUE value IS 30 (12.11% from 255) = 8.06%

R = 55.91%
G = 36.02%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0861E (or 0xD0861E) is known color: Ochre. HEX triplet: D0, 86 and 1E. RGB value is (208,134,30). Sum of RGB (Red+Green+Blue) = 208+134+30=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0861E is #2F79E1. Grayscale: #909090. Windows color (decimal): -3111394 or 2000592. OLE color: 2000592.

HSL color Cylindrical-coordinate representation of color #D0861E: hue angle of 35.06º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0861E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 134 30 -
CMYK 0 0.36 0.86 0.18
HSL 35.06º 0.75% 0.47% -
HSV(B) 35.06º 0.86% 0.82% -
XYZ 34.77 30.55 5.29 -
YUV 144.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 208 134 30 0 0.36 0.86 0.18 35.06 0.75 0.47
Hex D0 86 1E 0 24 56 12 23 4B 2F
Octal 320 206 36 0 44 126 22 43 113 57
Binary 11010000 10000110 11110 0 100100 1010110 10010 100011 1001011 101111

Color Harmonies of #D0861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0861E

Black with #D0861E

Text Example


Text Example

White with #D0861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0861E; }

 p { color: rgb(208,134,30); }

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

background-color css

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

 a { background-color: rgb(208,134,30); }

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

border-color css

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

 span { border-color: rgb(208,134,30); }

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