Html Css Color HEX #DA7C16 Ochre

📋 copy color: '#DA7C16'

red 218 ◦ green 124 ◦ blue 22

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

Shades of Ochre #DA7C16

Tints of Ochre #DA7C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 22 (8.98% from 255) = 6.04%

R = 59.89%
G = 34.07%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7C16 (or 0xDA7C16) is known color: Ochre. HEX triplet: DA, 7C and 16. RGB value is (218,124,22). Sum of RGB (Red+Green+Blue) = 218+124+22=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7C16 is #2583E9. Grayscale: #8C8C8C. Windows color (decimal): -2458602 or 1473754. OLE color: 1473754.

HSL color Cylindrical-coordinate representation of color #DA7C16: hue angle of 31.22º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA7C16 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 124 22 -
CMYK 0 0.43 0.90 0.15
HSL 31.22º 0.82% 0.47% -
HSV(B) 31.22º 0.9% 0.85% -
XYZ 36.27 29.38 4.52 -
YUV 140.48 61.14 183.29 -
System Red Green Blue C M Y K H S L
Decimal 218 124 22 0 0.43 0.90 0.15 31.22 0.82 0.47
Hex DA 7C 16 0 2B 5A F 1F 52 2F
Octal 332 174 26 0 53 132 17 37 122 57
Binary 11011010 1111100 10110 0 101011 1011010 1111 11111 1010010 101111

Color Harmonies of #DA7C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7C16

Black with #DA7C16

Text Example


Text Example

White with #DA7C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7C16; }

 p { color: rgb(218,124,22); }

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

background-color css

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

 a { background-color: rgb(218,124,22); }

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

border-color css

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

 span { border-color: rgb(218,124,22); }

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