Html Css Color HEX #DA7618 Ochre

📋 copy color: '#DA7618'

red 218 ◦ green 118 ◦ blue 24

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

Shades of Ochre #DA7618

Tints of Ochre #DA7618

RGB

 RED value IS 218 (85.55% from 255) = 60.56%

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

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

R = 60.56%
G = 32.78%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7618 (or 0xDA7618) is known color: Ochre. HEX triplet: DA, 76 and 18. RGB value is (218,118,24). Sum of RGB (Red+Green+Blue) = 218+118+24=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7618 is #2589E7. Grayscale: #898989. Windows color (decimal): -2460136 or 1603290. OLE color: 1603290.

HSL color Cylindrical-coordinate representation of color #DA7618: hue angle of 29.07º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA7618 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 24 -
CMYK 0 0.46 0.89 0.15
HSL 29.07º 0.8% 0.47% -
HSV(B) 29.07º 0.89% 0.85% -
XYZ 35.56 27.93 4.38 -
YUV 137.18 64.13 185.64 -
System Red Green Blue C M Y K H S L
Decimal 218 118 24 0 0.46 0.89 0.15 29.07 0.8 0.47
Hex DA 76 18 0 2E 59 F 1D 50 2F
Octal 332 166 30 0 56 131 17 35 120 57
Binary 11011010 1110110 11000 0 101110 1011001 1111 11101 1010000 101111

Color Harmonies of #DA7618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7618

Black with #DA7618

Text Example


Text Example

White with #DA7618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7618; }

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

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

background-color css

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

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

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

border-color css

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

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

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