Html Css Color HEX #D0810F Ochre

📋 copy color: '#D0810F'

red 208 ◦ green 129 ◦ blue 15

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

Shades of Ochre #D0810F

Tints of Ochre #D0810F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 59.09%
G = 36.65%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0810F (or 0xD0810F) is known color: Ochre. HEX triplet: D0, 81 and 0F. RGB value is (208,129,15). Sum of RGB (Red+Green+Blue) = 208+129+15=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0810F is #2F7EF0. Grayscale: #8C8C8C. Windows color (decimal): -3112689 or 1016272. OLE color: 1016272.

HSL color Cylindrical-coordinate representation of color #D0810F: hue angle of 35.44º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0810F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 15 -
CMYK 0 0.38 0.93 0.18
HSL 35.44º 0.87% 0.44% -
HSV(B) 35.44º 0.93% 0.82% -
XYZ 33.95 29.14 4.29 -
YUV 139.63 57.67 176.77 -
System Red Green Blue C M Y K H S L
Decimal 208 129 15 0 0.38 0.93 0.18 35.44 0.87 0.44
Hex D0 81 F 0 26 5D 12 23 57 2C
Octal 320 201 17 0 46 135 22 43 127 54
Binary 11010000 10000001 1111 0 100110 1011101 10010 100011 1010111 101100

Color Harmonies of #D0810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0810F

Black with #D0810F

Text Example


Text Example

White with #D0810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0810F; }

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

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

background-color css

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

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

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

border-color css

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

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

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