Html Css Color HEX #DA7F17 Ochre

📋 copy color: '#DA7F17'

red 218 ◦ green 127 ◦ blue 23

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

Shades of Ochre #DA7F17

Tints of Ochre #DA7F17

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

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

R = 59.24%
G = 34.51%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7F17 (or 0xDA7F17) is known color: Ochre. HEX triplet: DA, 7F and 17. RGB value is (218,127,23). Sum of RGB (Red+Green+Blue) = 218+127+23=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7F17 is #2580E8. Grayscale: #8E8E8E. Windows color (decimal): -2457833 or 1540058. OLE color: 1540058.

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

Color convert

RGB 218 127 23 -
CMYK 0 0.42 0.89 0.15
HSL 32º 0.81% 0.47% -
HSV(B) 32º 0.89% 0.85% -
XYZ 36.66 30.15 4.7 -
YUV 142.35 60.65 181.96 -
System Red Green Blue C M Y K H S L
Decimal 218 127 23 0 0.42 0.89 0.15 32 0.81 0.47
Hex DA 7F 17 0 2A 59 F 20 51 2F
Octal 332 177 27 0 52 131 17 40 121 57
Binary 11011010 1111111 10111 0 101010 1011001 1111 100000 1010001 101111

Color Harmonies of #DA7F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F17

Black with #DA7F17

Text Example


Text Example

White with #DA7F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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