Html Css Color HEX #D0810E Ochre

📋 copy color: '#D0810E'

red 208 ◦ green 129 ◦ blue 14

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

Shades of Ochre #D0810E

Tints of Ochre #D0810E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 59.26%
G = 36.75%
B = 3.99%

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

#D0810E (or 0xD0810E) is known color: Ochre. HEX triplet: D0, 81 and 0E. RGB value is (208,129,14). Sum of RGB (Red+Green+Blue) = 208+129+14=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0810E is #2F7EF1. Grayscale: #8C8C8C. Windows color (decimal): -3112690 or 950736. OLE color: 950736.

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

Color convert

RGB 208 129 14 -
CMYK 0 0.38 0.93 0.18
HSL 35.57º 0.87% 0.44% -
HSV(B) 35.57º 0.93% 0.82% -
XYZ 33.94 29.14 4.25 -
YUV 139.51 57.17 176.85 -
System Red Green Blue C M Y K H S L
Decimal 208 129 14 0 0.38 0.93 0.18 35.57 0.87 0.44
Hex D0 81 E 0 26 5D 12 24 57 2C
Octal 320 201 16 0 46 135 22 44 127 54
Binary 11010000 10000001 1110 0 100110 1011101 10010 100100 1010111 101100

Color Harmonies of #D0810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0810E

Black with #D0810E

Text Example


Text Example

White with #D0810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0810E; }

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

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

background-color css

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

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

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

border-color css

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

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

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