Html Css Color HEX #D07418 Ochre

📋 copy color: '#D07418'

red 208 ◦ green 116 ◦ blue 24

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

Shades of Ochre #D07418

Tints of Ochre #D07418

RGB

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

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

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

R = 59.77%
G = 33.33%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D07418 (or 0xD07418) is known color: Ochre. HEX triplet: D0, 74 and 18. RGB value is (208,116,24). Sum of RGB (Red+Green+Blue) = 208+116+24=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D07418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07418 is #2F8BE7. Grayscale: #858585. Windows color (decimal): -3116008 or 1602768. OLE color: 1602768.

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

Color convert

RGB 208 116 24 -
CMYK 0 0.44 0.88 0.18
HSL 30º 0.79% 0.45% -
HSV(B) 30º 0.88% 0.82% -
XYZ 32.42 25.97 4.17 -
YUV 133.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 208 116 24 0 0.44 0.88 0.18 30 0.79 0.45
Hex D0 74 18 0 2C 58 12 1E 4F 2D
Octal 320 164 30 0 54 130 22 36 117 55
Binary 11010000 1110100 11000 0 101100 1011000 10010 11110 1001111 101101

Color Harmonies of #D07418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07418

Black with #D07418

Text Example


Text Example

White with #D07418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07418; }

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

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

background-color css

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

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

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

border-color css

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

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

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