Html Css Color HEX #DA7814 Ochre

📋 copy color: '#DA7814'

red 218 ◦ green 120 ◦ blue 20

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

Shades of Ochre #DA7814

Tints of Ochre #DA7814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 60.89%
G = 33.52%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7814 (or 0xDA7814) is known color: Ochre. HEX triplet: DA, 78 and 14. RGB value is (218,120,20). Sum of RGB (Red+Green+Blue) = 218+120+20=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7814 is #2587EB. Grayscale: #8A8A8A. Windows color (decimal): -2459628 or 1341658. OLE color: 1341658.

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

Color convert

RGB 218 120 20 -
CMYK 0 0.45 0.91 0.15
HSL 30.3º 0.83% 0.47% -
HSV(B) 30.3º 0.91% 0.85% -
XYZ 35.76 28.39 4.26 -
YUV 137.9 61.47 185.13 -
System Red Green Blue C M Y K H S L
Decimal 218 120 20 0 0.45 0.91 0.15 30.3 0.83 0.47
Hex DA 78 14 0 2D 5B F 1E 53 2F
Octal 332 170 24 0 55 133 17 36 123 57
Binary 11011010 1111000 10100 0 101101 1011011 1111 11110 1010011 101111

Color Harmonies of #DA7814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7814

Black with #DA7814

Text Example


Text Example

White with #DA7814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7814; }

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

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

background-color css

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

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

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

border-color css

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

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

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