Html Css Color HEX #DA7D18 Ochre

📋 copy color: '#DA7D18'

red 218 ◦ green 125 ◦ blue 24

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

Shades of Ochre #DA7D18

Tints of Ochre #DA7D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

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

R = 59.4%
G = 34.06%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7D18 (or 0xDA7D18) is known color: Ochre. HEX triplet: DA, 7D and 18. RGB value is (218,125,24). Sum of RGB (Red+Green+Blue) = 218+125+24=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7D18 is #2582E7. Grayscale: #8D8D8D. Windows color (decimal): -2458344 or 1605082. OLE color: 1605082.

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

Color convert

RGB 218 125 24 -
CMYK 0 0.43 0.89 0.15
HSL 31.24º 0.8% 0.47% -
HSV(B) 31.24º 0.89% 0.85% -
XYZ 36.41 29.64 4.67 -
YUV 141.29 61.81 182.71 -
System Red Green Blue C M Y K H S L
Decimal 218 125 24 0 0.43 0.89 0.15 31.24 0.8 0.47
Hex DA 7D 18 0 2B 59 F 1F 50 2F
Octal 332 175 30 0 53 131 17 37 120 57
Binary 11011010 1111101 11000 0 101011 1011001 1111 11111 1010000 101111

Color Harmonies of #DA7D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D18

Black with #DA7D18

Text Example


Text Example

White with #DA7D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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