Html Css Color HEX #D07812 Ochre

📋 copy color: '#D07812'

red 208 ◦ green 120 ◦ blue 18

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

Shades of Ochre #D07812

Tints of Ochre #D07812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 60.12%
G = 34.68%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D07812 (or 0xD07812) is known color: Ochre. HEX triplet: D0, 78 and 12. RGB value is (208,120,18). Sum of RGB (Red+Green+Blue) = 208+120+18=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D07812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07812 is #2F87ED. Grayscale: #878787. Windows color (decimal): -3114990 or 1210576. OLE color: 1210576.

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

Color convert

RGB 208 120 18 -
CMYK 0 0.42 0.91 0.18
HSL 32.21º 0.84% 0.44% -
HSV(B) 32.21º 0.91% 0.82% -
XYZ 32.84 26.89 4.03 -
YUV 134.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 208 120 18 0 0.42 0.91 0.18 32.21 0.84 0.44
Hex D0 78 12 0 2A 5B 12 20 54 2C
Octal 320 170 22 0 52 133 22 40 124 54
Binary 11010000 1111000 10010 0 101010 1011011 10010 100000 1010100 101100

Color Harmonies of #D07812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07812

Black with #D07812

Text Example


Text Example

White with #D07812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07812; }

 p { color: rgb(208,120,18); }

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

background-color css

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

 a { background-color: rgb(208,120,18); }

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

border-color css

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

 span { border-color: rgb(208,120,18); }

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