Html Css Color HEX #DA8214 Ochre

📋 copy color: '#DA8214'

red 218 ◦ green 130 ◦ blue 20

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

Shades of Ochre #DA8214

Tints of Ochre #DA8214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

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

R = 59.24%
G = 35.33%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA8214 (or 0xDA8214) is known color: Ochre. HEX triplet: DA, 82 and 14. RGB value is (218,130,20). Sum of RGB (Red+Green+Blue) = 218+130+20=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8214 is #257DEB. Grayscale: #909090. Windows color (decimal): -2457068 or 1344218. OLE color: 1344218.

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

Color convert

RGB 218 130 20 -
CMYK 0 0.40 0.91 0.15
HSL 33.33º 0.83% 0.47% -
HSV(B) 33.33º 0.91% 0.85% -
XYZ 37.02 30.92 4.68 -
YUV 143.77 58.15 180.94 -
System Red Green Blue C M Y K H S L
Decimal 218 130 20 0 0.40 0.91 0.15 33.33 0.83 0.47
Hex DA 82 14 0 28 5B F 21 53 2F
Octal 332 202 24 0 50 133 17 41 123 57
Binary 11011010 10000010 10100 0 101000 1011011 1111 100001 1010011 101111

Color Harmonies of #DA8214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8214

Black with #DA8214

Text Example


Text Example

White with #DA8214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8214; }

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

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

background-color css

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

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

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

border-color css

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

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

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