Html Css Color HEX #DA7A18 Ochre

📋 copy color: '#DA7A18'

red 218 ◦ green 122 ◦ blue 24

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

Shades of Ochre #DA7A18

Tints of Ochre #DA7A18

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.52%

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

R = 59.89%
G = 33.52%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7A18 (or 0xDA7A18) is known color: Ochre. HEX triplet: DA, 7A and 18. RGB value is (218,122,24). Sum of RGB (Red+Green+Blue) = 218+122+24=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7A18 is #2585E7. Grayscale: #8C8C8C. Windows color (decimal): -2459112 or 1604314. OLE color: 1604314.

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

Color convert

RGB 218 122 24 -
CMYK 0 0.44 0.89 0.15
HSL 30.31º 0.8% 0.47% -
HSV(B) 30.31º 0.89% 0.85% -
XYZ 36.04 28.89 4.54 -
YUV 139.53 62.8 183.97 -
System Red Green Blue C M Y K H S L
Decimal 218 122 24 0 0.44 0.89 0.15 30.31 0.8 0.47
Hex DA 7A 18 0 2C 59 F 1E 50 2F
Octal 332 172 30 0 54 131 17 36 120 57
Binary 11011010 1111010 11000 0 101100 1011001 1111 11110 1010000 101111

Color Harmonies of #DA7A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A18

Black with #DA7A18

Text Example


Text Example

White with #DA7A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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