Html Css Color HEX #DA7D17 Ochre

📋 copy color: '#DA7D17'

red 218 ◦ green 125 ◦ blue 23

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

Shades of Ochre #DA7D17

Tints of Ochre #DA7D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

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

R = 59.56%
G = 34.15%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7D17 (or 0xDA7D17) is known color: Ochre. HEX triplet: DA, 7D and 17. RGB value is (218,125,23). Sum of RGB (Red+Green+Blue) = 218+125+23=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7D17 is #2582E8. Grayscale: #8D8D8D. Windows color (decimal): -2458345 or 1539546. OLE color: 1539546.

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

Color convert

RGB 218 125 23 -
CMYK 0 0.43 0.89 0.15
HSL 31.38º 0.81% 0.47% -
HSV(B) 31.38º 0.89% 0.85% -
XYZ 36.4 29.63 4.61 -
YUV 141.18 61.31 182.79 -
System Red Green Blue C M Y K H S L
Decimal 218 125 23 0 0.43 0.89 0.15 31.38 0.81 0.47
Hex DA 7D 17 0 2B 59 F 1F 51 2F
Octal 332 175 27 0 53 131 17 37 121 57
Binary 11011010 1111101 10111 0 101011 1011001 1111 11111 1010001 101111

Color Harmonies of #DA7D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D17

Black with #DA7D17

Text Example


Text Example

White with #DA7D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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