Html Css Color HEX #D07918 Ochre

📋 copy color: '#D07918'

red 208 ◦ green 121 ◦ blue 24

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

Shades of Ochre #D07918

Tints of Ochre #D07918

RGB

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

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

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

R = 58.92%
G = 34.28%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D07918 (or 0xD07918) is known color: Ochre. HEX triplet: D0, 79 and 18. RGB value is (208,121,24). Sum of RGB (Red+Green+Blue) = 208+121+24=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D07918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07918 is #2F86E7. Grayscale: #888888. Windows color (decimal): -3114728 or 1604048. OLE color: 1604048.

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

Color convert

RGB 208 121 24 -
CMYK 0 0.42 0.88 0.18
HSL 31.63º 0.79% 0.45% -
HSV(B) 31.63º 0.88% 0.82% -
XYZ 33.01 27.15 4.36 -
YUV 135.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 208 121 24 0 0.42 0.88 0.18 31.63 0.79 0.45
Hex D0 79 18 0 2A 58 12 20 4F 2D
Octal 320 171 30 0 52 130 22 40 117 55
Binary 11010000 1111001 11000 0 101010 1011000 10010 100000 1001111 101101

Color Harmonies of #D07918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07918

Black with #D07918

Text Example


Text Example

White with #D07918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07918; }

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

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

background-color css

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

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

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

border-color css

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

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

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