Html Css Color HEX #DA8117 Ochre

📋 copy color: '#DA8117'

red 218 ◦ green 129 ◦ blue 23

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

Shades of Ochre #DA8117

Tints of Ochre #DA8117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

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

R = 58.92%
G = 34.86%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA8117 (or 0xDA8117) is known color: Ochre. HEX triplet: DA, 81 and 17. RGB value is (218,129,23). Sum of RGB (Red+Green+Blue) = 218+129+23=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8117 is #257EE8. Grayscale: #909090. Windows color (decimal): -2457321 or 1540570. OLE color: 1540570.

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

Color convert

RGB 218 129 23 -
CMYK 0 0.41 0.89 0.15
HSL 32.62º 0.81% 0.47% -
HSV(B) 32.62º 0.89% 0.85% -
XYZ 36.92 30.67 4.78 -
YUV 143.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 218 129 23 0 0.41 0.89 0.15 32.62 0.81 0.47
Hex DA 81 17 0 29 59 F 21 51 2F
Octal 332 201 27 0 51 131 17 41 121 57
Binary 11011010 10000001 10111 0 101001 1011001 1111 100001 1010001 101111

Color Harmonies of #DA8117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8117

Black with #DA8117

Text Example


Text Example

White with #DA8117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8117; }

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

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

background-color css

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

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

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

border-color css

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

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

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