Html Css Color HEX #D07618 Ochre

📋 copy color: '#D07618'

red 208 ◦ green 118 ◦ blue 24

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

Shades of Ochre #D07618

Tints of Ochre #D07618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

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

R = 59.43%
G = 33.71%
B = 6.86%

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

#D07618 (or 0xD07618) is known color: Ochre. HEX triplet: D0, 76 and 18. RGB value is (208,118,24). Sum of RGB (Red+Green+Blue) = 208+118+24=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D07618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07618 is #2F89E7. Grayscale: #868686. Windows color (decimal): -3115496 or 1603280. OLE color: 1603280.

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

Color convert

RGB 208 118 24 -
CMYK 0 0.43 0.88 0.18
HSL 30.65º 0.79% 0.45% -
HSV(B) 30.65º 0.88% 0.82% -
XYZ 32.66 26.43 4.25 -
YUV 134.19 65.82 180.64 -
System Red Green Blue C M Y K H S L
Decimal 208 118 24 0 0.43 0.88 0.18 30.65 0.79 0.45
Hex D0 76 18 0 2B 58 12 1F 4F 2D
Octal 320 166 30 0 53 130 22 37 117 55
Binary 11010000 1110110 11000 0 101011 1011000 10010 11111 1001111 101101

Color Harmonies of #D07618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07618

Black with #D07618

Text Example


Text Example

White with #D07618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07618; }

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

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

background-color css

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

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

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

border-color css

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

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

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