Html Css Color HEX #DA7A14 Ochre

📋 copy color: '#DA7A14'

red 218 ◦ green 122 ◦ blue 20

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

Shades of Ochre #DA7A14

Tints of Ochre #DA7A14

RGB

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

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

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

R = 60.56%
G = 33.89%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7A14 (or 0xDA7A14) is known color: Ochre. HEX triplet: DA, 7A and 14. RGB value is (218,122,20). Sum of RGB (Red+Green+Blue) = 218+122+20=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7A14 is #2585EB. Grayscale: #8B8B8B. Windows color (decimal): -2459116 or 1342170. OLE color: 1342170.

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

Color convert

RGB 218 122 20 -
CMYK 0 0.44 0.91 0.15
HSL 30.91º 0.83% 0.47% -
HSV(B) 30.91º 0.91% 0.85% -
XYZ 36 28.88 4.34 -
YUV 139.08 60.8 184.29 -
System Red Green Blue C M Y K H S L
Decimal 218 122 20 0 0.44 0.91 0.15 30.91 0.83 0.47
Hex DA 7A 14 0 2C 5B F 1F 53 2F
Octal 332 172 24 0 54 133 17 37 123 57
Binary 11011010 1111010 10100 0 101100 1011011 1111 11111 1010011 101111

Color Harmonies of #DA7A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A14

Black with #DA7A14

Text Example


Text Example

White with #DA7A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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