Html Css Color HEX #D07912 Ochre

📋 copy color: '#D07912'

red 208 ◦ green 121 ◦ blue 18

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

Shades of Ochre #D07912

Tints of Ochre #D07912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

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

R = 59.94%
G = 34.87%
B = 5.19%

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

#D07912 (or 0xD07912) is known color: Ochre. HEX triplet: D0, 79 and 12. RGB value is (208,121,18). Sum of RGB (Red+Green+Blue) = 208+121+18=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D07912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07912 is #2F86ED. Grayscale: #878787. Windows color (decimal): -3114734 or 1210832. OLE color: 1210832.

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

Color convert

RGB 208 121 18 -
CMYK 0 0.42 0.91 0.18
HSL 32.53º 0.84% 0.44% -
HSV(B) 32.53º 0.91% 0.82% -
XYZ 32.96 27.13 4.07 -
YUV 135.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 208 121 18 0 0.42 0.91 0.18 32.53 0.84 0.44
Hex D0 79 12 0 2A 5B 12 21 54 2C
Octal 320 171 22 0 52 133 22 41 124 54
Binary 11010000 1111001 10010 0 101010 1011011 10010 100001 1010100 101100

Color Harmonies of #D07912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07912

Black with #D07912

Text Example


Text Example

White with #D07912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07912; }

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

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

background-color css

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

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

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

border-color css

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

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

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