Html Css Color HEX #DA8213 Ochre

📋 copy color: '#DA8213'

red 218 ◦ green 130 ◦ blue 19

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

Shades of Ochre #DA8213

Tints of Ochre #DA8213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

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

R = 59.4%
G = 35.42%
B = 5.18%

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

#DA8213 (or 0xDA8213) is known color: Ochre. HEX triplet: DA, 82 and 13. RGB value is (218,130,19). Sum of RGB (Red+Green+Blue) = 218+130+19=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8213 is #257DEC. Grayscale: #909090. Windows color (decimal): -2457069 or 1278682. OLE color: 1278682.

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

Color convert

RGB 218 130 19 -
CMYK 0 0.40 0.91 0.15
HSL 33.47º 0.84% 0.46% -
HSV(B) 33.47º 0.91% 0.85% -
XYZ 37.01 30.92 4.63 -
YUV 143.66 57.65 181.03 -
System Red Green Blue C M Y K H S L
Decimal 218 130 19 0 0.40 0.91 0.15 33.47 0.84 0.46
Hex DA 82 13 0 28 5B F 21 54 2E
Octal 332 202 23 0 50 133 17 41 124 56
Binary 11011010 10000010 10011 0 101000 1011011 1111 100001 1010100 101110

Color Harmonies of #DA8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8213

Black with #DA8213

Text Example


Text Example

White with #DA8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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