Html Css Color HEX #DA7F18 Ochre

📋 copy color: '#DA7F18'

red 218 ◦ green 127 ◦ blue 24

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

Shades of Ochre #DA7F18

Tints of Ochre #DA7F18

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

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

R = 59.08%
G = 34.42%
B = 6.5%

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

#DA7F18 (or 0xDA7F18) is known color: Ochre. HEX triplet: DA, 7F and 18. RGB value is (218,127,24). Sum of RGB (Red+Green+Blue) = 218+127+24=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7F18 is #2580E7. Grayscale: #8E8E8E. Windows color (decimal): -2457832 or 1605594. OLE color: 1605594.

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

Color convert

RGB 218 127 24 -
CMYK 0 0.42 0.89 0.15
HSL 31.86º 0.8% 0.47% -
HSV(B) 31.86º 0.89% 0.85% -
XYZ 36.67 30.15 4.75 -
YUV 142.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 218 127 24 0 0.42 0.89 0.15 31.86 0.8 0.47
Hex DA 7F 18 0 2A 59 F 20 50 2F
Octal 332 177 30 0 52 131 17 40 120 57
Binary 11011010 1111111 11000 0 101010 1011001 1111 100000 1010000 101111

Color Harmonies of #DA7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F18

Black with #DA7F18

Text Example


Text Example

White with #DA7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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