Html Css Color HEX #D07718 Ochre

📋 copy color: '#D07718'

red 208 ◦ green 119 ◦ blue 24

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

Shades of Ochre #D07718

Tints of Ochre #D07718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 59.26%
G = 33.9%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D07718 (or 0xD07718) is known color: Ochre. HEX triplet: D0, 77 and 18. RGB value is (208,119,24). Sum of RGB (Red+Green+Blue) = 208+119+24=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D07718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07718 is #2F88E7. Grayscale: #878787. Windows color (decimal): -3115240 or 1603536. OLE color: 1603536.

HSL color Cylindrical-coordinate representation of color #D07718: hue angle of 30.98º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D07718 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 24 -
CMYK 0 0.43 0.88 0.18
HSL 30.98º 0.79% 0.45% -
HSV(B) 30.98º 0.88% 0.82% -
XYZ 32.77 26.67 4.28 -
YUV 134.78 65.49 180.22 -
System Red Green Blue C M Y K H S L
Decimal 208 119 24 0 0.43 0.88 0.18 30.98 0.79 0.45
Hex D0 77 18 0 2B 58 12 1F 4F 2D
Octal 320 167 30 0 53 130 22 37 117 55
Binary 11010000 1110111 11000 0 101011 1011000 10010 11111 1001111 101101

Color Harmonies of #D07718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07718

Black with #D07718

Text Example


Text Example

White with #D07718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07718; }

 p { color: rgb(208,119,24); }

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

background-color css

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

 a { background-color: rgb(208,119,24); }

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

border-color css

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

 span { border-color: rgb(208,119,24); }

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