Html Css Color HEX #D07511 Ochre

📋 copy color: '#D07511'

red 208 ◦ green 117 ◦ blue 17

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

Shades of Ochre #D07511

Tints of Ochre #D07511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

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

R = 60.82%
G = 34.21%
B = 4.97%

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

#D07511 (or 0xD07511) is known color: Ochre. HEX triplet: D0, 75 and 11. RGB value is (208,117,17). Sum of RGB (Red+Green+Blue) = 208+117+17=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D07511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07511 is #2F8AEE. Grayscale: #858585. Windows color (decimal): -3115759 or 1144272. OLE color: 1144272.

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

Color convert

RGB 208 117 17 -
CMYK 0 0.44 0.92 0.18
HSL 31.41º 0.85% 0.44% -
HSV(B) 31.41º 0.92% 0.82% -
XYZ 32.47 26.17 3.87 -
YUV 132.81 62.65 181.63 -
System Red Green Blue C M Y K H S L
Decimal 208 117 17 0 0.44 0.92 0.18 31.41 0.85 0.44
Hex D0 75 11 0 2C 5C 12 1F 55 2C
Octal 320 165 21 0 54 134 22 37 125 54
Binary 11010000 1110101 10001 0 101100 1011100 10010 11111 1010101 101100

Color Harmonies of #D07511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07511

Black with #D07511

Text Example


Text Example

White with #D07511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07511; }

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

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

background-color css

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

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

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

border-color css

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

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

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