Html Css Color HEX #DA7E18 Ochre

📋 copy color: '#DA7E18'

red 218 ◦ green 126 ◦ blue 24

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

Shades of Ochre #DA7E18

Tints of Ochre #DA7E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.24%

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

R = 59.24%
G = 34.24%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7E18 (or 0xDA7E18) is known color: Ochre. HEX triplet: DA, 7E and 18. RGB value is (218,126,24). Sum of RGB (Red+Green+Blue) = 218+126+24=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7E18 is #2581E7. Grayscale: #8E8E8E. Windows color (decimal): -2458088 or 1605338. OLE color: 1605338.

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

Color convert

RGB 218 126 24 -
CMYK 0 0.42 0.89 0.15
HSL 31.55º 0.8% 0.47% -
HSV(B) 31.55º 0.89% 0.85% -
XYZ 36.54 29.89 4.71 -
YUV 141.88 61.48 182.29 -
System Red Green Blue C M Y K H S L
Decimal 218 126 24 0 0.42 0.89 0.15 31.55 0.8 0.47
Hex DA 7E 18 0 2A 59 F 20 50 2F
Octal 332 176 30 0 52 131 17 40 120 57
Binary 11011010 1111110 11000 0 101010 1011001 1111 100000 1010000 101111

Color Harmonies of #DA7E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E18

Black with #DA7E18

Text Example


Text Example

White with #DA7E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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