Html Css Color HEX #DA7D14 Ochre

📋 copy color: '#DA7D14'

red 218 ◦ green 125 ◦ blue 20

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

Shades of Ochre #DA7D14

Tints of Ochre #DA7D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 60.06%
G = 34.44%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7D14 (or 0xDA7D14) is known color: Ochre. HEX triplet: DA, 7D and 14. RGB value is (218,125,20). Sum of RGB (Red+Green+Blue) = 218+125+20=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7D14 is #2582EB. Grayscale: #8D8D8D. Windows color (decimal): -2458348 or 1342938. OLE color: 1342938.

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

Color convert

RGB 218 125 20 -
CMYK 0 0.43 0.91 0.15
HSL 31.82º 0.83% 0.47% -
HSV(B) 31.82º 0.91% 0.85% -
XYZ 36.37 29.62 4.46 -
YUV 140.84 59.81 183.04 -
System Red Green Blue C M Y K H S L
Decimal 218 125 20 0 0.43 0.91 0.15 31.82 0.83 0.47
Hex DA 7D 14 0 2B 5B F 20 53 2F
Octal 332 175 24 0 53 133 17 40 123 57
Binary 11011010 1111101 10100 0 101011 1011011 1111 100000 1010011 101111

Color Harmonies of #DA7D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D14

Black with #DA7D14

Text Example


Text Example

White with #DA7D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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