Html Css Color HEX #DA8417 Ochre

📋 copy color: '#DA8417'

red 218 ◦ green 132 ◦ blue 23

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

Shades of Ochre #DA8417

Tints of Ochre #DA8417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

 BLUE value IS 23 (9.38% from 255) = 6.17%

R = 58.45%
G = 35.39%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA8417 (or 0xDA8417) is known color: Ochre. HEX triplet: DA, 84 and 17. RGB value is (218,132,23). Sum of RGB (Red+Green+Blue) = 218+132+23=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8417 is #257BE8. Grayscale: #919191. Windows color (decimal): -2456553 or 1541338. OLE color: 1541338.

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

Color convert

RGB 218 132 23 -
CMYK 0 0.39 0.89 0.15
HSL 33.54º 0.81% 0.47% -
HSV(B) 33.54º 0.89% 0.85% -
XYZ 37.32 31.47 4.92 -
YUV 145.29 58.99 179.86 -
System Red Green Blue C M Y K H S L
Decimal 218 132 23 0 0.39 0.89 0.15 33.54 0.81 0.47
Hex DA 84 17 0 27 59 F 22 51 2F
Octal 332 204 27 0 47 131 17 42 121 57
Binary 11011010 10000100 10111 0 100111 1011001 1111 100010 1010001 101111

Color Harmonies of #DA8417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8417

Black with #DA8417

Text Example


Text Example

White with #DA8417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8417; }

 p { color: rgb(218,132,23); }

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

background-color css

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

 a { background-color: rgb(218,132,23); }

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

border-color css

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

 span { border-color: rgb(218,132,23); }

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