Html Css Color HEX #DA7817 Ochre

📋 copy color: '#DA7817'

red 218 ◦ green 120 ◦ blue 23

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

Shades of Ochre #DA7817

Tints of Ochre #DA7817

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.24%

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

R = 60.39%
G = 33.24%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7817 (or 0xDA7817) is known color: Ochre. HEX triplet: DA, 78 and 17. RGB value is (218,120,23). Sum of RGB (Red+Green+Blue) = 218+120+23=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7817 is #2587E8. Grayscale: #8A8A8A. Windows color (decimal): -2459625 or 1538266. OLE color: 1538266.

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

Color convert

RGB 218 120 23 -
CMYK 0 0.45 0.89 0.15
HSL 29.85º 0.81% 0.47% -
HSV(B) 29.85º 0.89% 0.85% -
XYZ 35.78 28.4 4.41 -
YUV 138.24 62.97 184.89 -
System Red Green Blue C M Y K H S L
Decimal 218 120 23 0 0.45 0.89 0.15 29.85 0.81 0.47
Hex DA 78 17 0 2D 59 F 1E 51 2F
Octal 332 170 27 0 55 131 17 36 121 57
Binary 11011010 1111000 10111 0 101101 1011001 1111 11110 1010001 101111

Color Harmonies of #DA7817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7817

Black with #DA7817

Text Example


Text Example

White with #DA7817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7817; }

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

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

background-color css

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

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

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

border-color css

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

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

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