Html Css Color HEX #DA8313 Ochre

📋 copy color: '#DA8313'

red 218 ◦ green 131 ◦ blue 19

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

Shades of Ochre #DA8313

Tints of Ochre #DA8313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 59.24%
G = 35.6%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA8313 (or 0xDA8313) is known color: Ochre. HEX triplet: DA, 83 and 13. RGB value is (218,131,19). Sum of RGB (Red+Green+Blue) = 218+131+19=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8313 is #257CEC. Grayscale: #909090. Windows color (decimal): -2456813 or 1278938. OLE color: 1278938.

HSL color Cylindrical-coordinate representation of color #DA8313: hue angle of 33.77º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA8313 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 19 -
CMYK 0 0.40 0.91 0.15
HSL 33.77º 0.84% 0.46% -
HSV(B) 33.77º 0.91% 0.85% -
XYZ 37.15 31.19 4.68 -
YUV 144.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 218 131 19 0 0.40 0.91 0.15 33.77 0.84 0.46
Hex DA 83 13 0 28 5B F 22 54 2E
Octal 332 203 23 0 50 133 17 42 124 56
Binary 11011010 10000011 10011 0 101000 1011011 1111 100010 1010100 101110

Color Harmonies of #DA8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8313

Black with #DA8313

Text Example


Text Example

White with #DA8313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8313; }

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

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

background-color css

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

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

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

border-color css

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

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

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