Html Css Color HEX #DA8418 Ochre

📋 copy color: '#DA8418'

red 218 ◦ green 132 ◦ blue 24

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

Shades of Ochre #DA8418

Tints of Ochre #DA8418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

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

R = 58.29%
G = 35.29%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA8418 (or 0xDA8418) is known color: Ochre. HEX triplet: DA, 84 and 18. RGB value is (218,132,24). Sum of RGB (Red+Green+Blue) = 218+132+24=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8418 is #257BE7. Grayscale: #919191. Windows color (decimal): -2456552 or 1606874. OLE color: 1606874.

HSL color Cylindrical-coordinate representation of color #DA8418: hue angle of 33.4º 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 #DA8418 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 132 24 -
CMYK 0 0.39 0.89 0.15
HSL 33.4º 0.8% 0.47% -
HSV(B) 33.4º 0.89% 0.85% -
XYZ 37.33 31.47 4.97 -
YUV 145.4 59.49 179.78 -
System Red Green Blue C M Y K H S L
Decimal 218 132 24 0 0.39 0.89 0.15 33.4 0.8 0.47
Hex DA 84 18 0 27 59 F 21 50 2F
Octal 332 204 30 0 47 131 17 41 120 57
Binary 11011010 10000100 11000 0 100111 1011001 1111 100001 1010000 101111

Color Harmonies of #DA8418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8418

Black with #DA8418

Text Example


Text Example

White with #DA8418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8418; }

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

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

background-color css

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

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

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

border-color css

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

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

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