Html Css Color HEX #DBA864 Equator

📋 copy color: '#DBA864'

red 219 ◦ green 168 ◦ blue 100

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

Shades of Equator #DBA864

Tints of Equator #DBA864

RGB

 RED value IS 219 (85.94% from 255) = 44.97%

 GREEN value IS 168 (66.02% from 255) = 34.5%

 BLUE value IS 100 (39.45% from 255) = 20.53%

R = 44.97%
G = 34.5%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBA864 (or 0xDBA864) is known color: Equator. HEX triplet: DB, A8 and 64. RGB value is (219,168,100). Sum of RGB (Red+Green+Blue) = 219+168+100=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA864 is #24579B. Grayscale: #AFAFAF. Windows color (decimal): -2381724 or 6596827. OLE color: 6596827.

HSL color Cylindrical-coordinate representation of color #DBA864: hue angle of 34.29º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBA864 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 100 -
CMYK 0 0.23 0.54 0.14
HSL 34.29º 0.62% 0.63% -
HSV(B) 34.29º 0.54% 0.86% -
XYZ 45.52 43.99 18.15 -
YUV 175.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 219 168 100 0 0.23 0.54 0.14 34.29 0.62 0.63
Hex DB A8 64 0 17 36 E 22 3E 3F
Octal 333 250 144 0 27 66 16 42 76 77
Binary 11011011 10101000 1100100 0 10111 110110 1110 100010 111110 111111

Color Harmonies of #DBA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA864

Black with #DBA864

Text Example


Text Example

White with #DBA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA864; }

 p { color: rgb(219,168,100); }

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

background-color css

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

 a { background-color: rgb(219,168,100); }

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

border-color css

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

 span { border-color: rgb(219,168,100); }

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