Html Css Color HEX #D0861D Ochre

📋 copy color: '#D0861D'

red 208 ◦ green 134 ◦ blue 29

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

Shades of Ochre #D0861D

Tints of Ochre #D0861D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 56.06%
G = 36.12%
B = 7.82%

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

#D0861D (or 0xD0861D) is known color: Ochre. HEX triplet: D0, 86 and 1D. RGB value is (208,134,29). Sum of RGB (Red+Green+Blue) = 208+134+29=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0861D is #2F79E2. Grayscale: #909090. Windows color (decimal): -3111395 or 1935056. OLE color: 1935056.

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

Color convert

RGB 208 134 29 -
CMYK 0 0.36 0.86 0.18
HSL 35.2º 0.76% 0.46% -
HSV(B) 35.2º 0.86% 0.82% -
XYZ 34.76 30.55 5.23 -
YUV 144.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 208 134 29 0 0.36 0.86 0.18 35.2 0.76 0.46
Hex D0 86 1D 0 24 56 12 23 4C 2E
Octal 320 206 35 0 44 126 22 43 114 56
Binary 11010000 10000110 11101 0 100100 1010110 10010 100011 1001100 101110

Color Harmonies of #D0861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0861D

Black with #D0861D

Text Example


Text Example

White with #D0861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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