Html Css Color HEX #DA7F16 Ochre

📋 copy color: '#DA7F16'

red 218 ◦ green 127 ◦ blue 22

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

Shades of Ochre #DA7F16

Tints of Ochre #DA7F16

RGB

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

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

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

R = 59.4%
G = 34.6%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7F16 (or 0xDA7F16) is known color: Ochre. HEX triplet: DA, 7F and 16. RGB value is (218,127,22). Sum of RGB (Red+Green+Blue) = 218+127+22=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7F16 is #2580E9. Grayscale: #8E8E8E. Windows color (decimal): -2457834 or 1474522. OLE color: 1474522.

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

Color convert

RGB 218 127 22 -
CMYK 0 0.42 0.90 0.15
HSL 32.14º 0.82% 0.47% -
HSV(B) 32.14º 0.9% 0.85% -
XYZ 36.65 30.14 4.65 -
YUV 142.24 60.15 182.04 -
System Red Green Blue C M Y K H S L
Decimal 218 127 22 0 0.42 0.90 0.15 32.14 0.82 0.47
Hex DA 7F 16 0 2A 5A F 20 52 2F
Octal 332 177 26 0 52 132 17 40 122 57
Binary 11011010 1111111 10110 0 101010 1011010 1111 100000 1010010 101111

Color Harmonies of #DA7F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F16

Black with #DA7F16

Text Example


Text Example

White with #DA7F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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