Html Css Color HEX #DA8318 Ochre

📋 copy color: '#DA8318'

red 218 ◦ green 131 ◦ blue 24

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

Shades of Ochre #DA8318

Tints of Ochre #DA8318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 58.45%
G = 35.12%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA8318 (or 0xDA8318) is known color: Ochre. HEX triplet: DA, 83 and 18. RGB value is (218,131,24). Sum of RGB (Red+Green+Blue) = 218+131+24=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8318 is #257CE7. Grayscale: #919191. Windows color (decimal): -2456808 or 1606618. OLE color: 1606618.

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

Color convert

RGB 218 131 24 -
CMYK 0 0.40 0.89 0.15
HSL 33.09º 0.8% 0.47% -
HSV(B) 33.09º 0.89% 0.85% -
XYZ 37.19 31.2 4.93 -
YUV 144.82 59.82 180.2 -
System Red Green Blue C M Y K H S L
Decimal 218 131 24 0 0.40 0.89 0.15 33.09 0.8 0.47
Hex DA 83 18 0 28 59 F 21 50 2F
Octal 332 203 30 0 50 131 17 41 120 57
Binary 11011010 10000011 11000 0 101000 1011001 1111 100001 1010000 101111

Color Harmonies of #DA8318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8318

Black with #DA8318

Text Example


Text Example

White with #DA8318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8318; }

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

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

background-color css

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

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

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

border-color css

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

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

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