Html Css Color HEX #D07411 Ochre

📋 copy color: '#D07411'

red 208 ◦ green 116 ◦ blue 17

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

Shades of Ochre #D07411

Tints of Ochre #D07411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 61%
G = 34.02%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D07411 (or 0xD07411) is known color: Ochre. HEX triplet: D0, 74 and 11. RGB value is (208,116,17). Sum of RGB (Red+Green+Blue) = 208+116+17=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D07411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07411 is #2F8BEE. Grayscale: #848484. Windows color (decimal): -3116015 or 1144016. OLE color: 1144016.

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

Color convert

RGB 208 116 17 -
CMYK 0 0.44 0.92 0.18
HSL 31.1º 0.85% 0.44% -
HSV(B) 31.1º 0.92% 0.82% -
XYZ 32.36 25.94 3.83 -
YUV 132.22 62.98 182.05 -
System Red Green Blue C M Y K H S L
Decimal 208 116 17 0 0.44 0.92 0.18 31.1 0.85 0.44
Hex D0 74 11 0 2C 5C 12 1F 55 2C
Octal 320 164 21 0 54 134 22 37 125 54
Binary 11010000 1110100 10001 0 101100 1011100 10010 11111 1010101 101100

Color Harmonies of #D07411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07411

Black with #D07411

Text Example


Text Example

White with #D07411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07411; }

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

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

background-color css

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

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

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

border-color css

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

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

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