Html Css Color HEX #D07412 Ochre

📋 copy color: '#D07412'

red 208 ◦ green 116 ◦ blue 18

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

Shades of Ochre #D07412

Tints of Ochre #D07412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

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

R = 60.82%
G = 33.92%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D07412 (or 0xD07412) is known color: Ochre. HEX triplet: D0, 74 and 12. RGB value is (208,116,18). Sum of RGB (Red+Green+Blue) = 208+116+18=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D07412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07412 is #2F8BED. Grayscale: #848484. Windows color (decimal): -3116014 or 1209552. OLE color: 1209552.

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

Color convert

RGB 208 116 18 -
CMYK 0 0.44 0.91 0.18
HSL 30.95º 0.84% 0.44% -
HSV(B) 30.95º 0.91% 0.82% -
XYZ 32.37 25.94 3.87 -
YUV 132.34 63.48 181.97 -
System Red Green Blue C M Y K H S L
Decimal 208 116 18 0 0.44 0.91 0.18 30.95 0.84 0.44
Hex D0 74 12 0 2C 5B 12 1F 54 2C
Octal 320 164 22 0 54 133 22 37 124 54
Binary 11010000 1110100 10010 0 101100 1011011 10010 11111 1010100 101100

Color Harmonies of #D07412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07412

Black with #D07412

Text Example


Text Example

White with #D07412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07412; }

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

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

background-color css

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

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

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

border-color css

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

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

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