Html Css Color HEX #DA8316 Ochre

📋 copy color: '#DA8316'

red 218 ◦ green 131 ◦ blue 22

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

Shades of Ochre #DA8316

Tints of Ochre #DA8316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.93%

R = 58.76%
G = 35.31%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA8316 (or 0xDA8316) is known color: Ochre. HEX triplet: DA, 83 and 16. RGB value is (218,131,22). Sum of RGB (Red+Green+Blue) = 218+131+22=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8316 is #257CE9. Grayscale: #919191. Windows color (decimal): -2456810 or 1475546. OLE color: 1475546.

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

Color convert

RGB 218 131 22 -
CMYK 0 0.40 0.90 0.15
HSL 33.37º 0.82% 0.47% -
HSV(B) 33.37º 0.9% 0.85% -
XYZ 37.17 31.2 4.82 -
YUV 144.59 58.82 180.36 -
System Red Green Blue C M Y K H S L
Decimal 218 131 22 0 0.40 0.90 0.15 33.37 0.82 0.47
Hex DA 83 16 0 28 5A F 21 52 2F
Octal 332 203 26 0 50 132 17 41 122 57
Binary 11011010 10000011 10110 0 101000 1011010 1111 100001 1010010 101111

Color Harmonies of #DA8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8316

Black with #DA8316

Text Example


Text Example

White with #DA8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8316; }

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

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

background-color css

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

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

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

border-color css

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

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

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