Html Css Color HEX #DA7A16 Ochre

📋 copy color: '#DA7A16'

red 218 ◦ green 122 ◦ blue 22

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

Shades of Ochre #DA7A16

Tints of Ochre #DA7A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

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

R = 60.22%
G = 33.7%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7A16 (or 0xDA7A16) is known color: Ochre. HEX triplet: DA, 7A and 16. RGB value is (218,122,22). Sum of RGB (Red+Green+Blue) = 218+122+22=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7A16 is #2585E9. Grayscale: #8B8B8B. Windows color (decimal): -2459114 or 1473242. OLE color: 1473242.

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

Color convert

RGB 218 122 22 -
CMYK 0 0.44 0.90 0.15
HSL 30.61º 0.82% 0.47% -
HSV(B) 30.61º 0.9% 0.85% -
XYZ 36.02 28.88 4.44 -
YUV 139.3 61.8 184.13 -
System Red Green Blue C M Y K H S L
Decimal 218 122 22 0 0.44 0.90 0.15 30.61 0.82 0.47
Hex DA 7A 16 0 2C 5A F 1F 52 2F
Octal 332 172 26 0 54 132 17 37 122 57
Binary 11011010 1111010 10110 0 101100 1011010 1111 11111 1010010 101111

Color Harmonies of #DA7A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A16

Black with #DA7A16

Text Example


Text Example

White with #DA7A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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