Html Css Color HEX #DA8312 Ochre

📋 copy color: '#DA8312'

red 218 ◦ green 131 ◦ blue 18

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

Shades of Ochre #DA8312

Tints of Ochre #DA8312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.9%

R = 59.4%
G = 35.69%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA8312 (or 0xDA8312) is known color: Ochre. HEX triplet: DA, 83 and 12. RGB value is (218,131,18). Sum of RGB (Red+Green+Blue) = 218+131+18=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8312 is #257CED. Grayscale: #909090. Windows color (decimal): -2456814 or 1213402. OLE color: 1213402.

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

Color convert

RGB 218 131 18 -
CMYK 0 0.40 0.92 0.15
HSL 33.9º 0.85% 0.46% -
HSV(B) 33.9º 0.92% 0.85% -
XYZ 37.14 31.18 4.63 -
YUV 144.13 56.82 180.69 -
System Red Green Blue C M Y K H S L
Decimal 218 131 18 0 0.40 0.92 0.15 33.9 0.85 0.46
Hex DA 83 12 0 28 5C F 22 55 2E
Octal 332 203 22 0 50 134 17 42 125 56
Binary 11011010 10000011 10010 0 101000 1011100 1111 100010 1010101 101110

Color Harmonies of #DA8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8312

Black with #DA8312

Text Example


Text Example

White with #DA8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8312; }

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

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

background-color css

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

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

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

border-color css

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

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

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