Html Css Color HEX #DAB868 Equator

📋 copy color: '#DAB868'

red 218 ◦ green 184 ◦ blue 104

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

Shades of Equator #DAB868

Tints of Equator #DAB868

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.36%

 BLUE value IS 104 (41.02% from 255) = 20.55%

R = 43.08%
G = 36.36%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAB868 (or 0xDAB868) is known color: Equator. HEX triplet: DA, B8 and 68. RGB value is (218,184,104). Sum of RGB (Red+Green+Blue) = 218+184+104=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB868 is #254797. Grayscale: #B9B9B9. Windows color (decimal): -2443160 or 6863066. OLE color: 6863066.

HSL color Cylindrical-coordinate representation of color #DAB868: hue angle of 42.11º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAB868 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 104 -
CMYK 0 0.16 0.52 0.15
HSL 42.11º 0.61% 0.63% -
HSV(B) 42.11º 0.52% 0.85% -
XYZ 48.55 50.19 20.22 -
YUV 185.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 218 184 104 0 0.16 0.52 0.15 42.11 0.61 0.63
Hex DA B8 68 0 10 34 F 2A 3D 3F
Octal 332 270 150 0 20 64 17 52 75 77
Binary 11011010 10111000 1101000 0 10000 110100 1111 101010 111101 111111

Color Harmonies of #DAB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB868

Black with #DAB868

Text Example


Text Example

White with #DAB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB868; }

 p { color: rgb(218,184,104); }

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

background-color css

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

 a { background-color: rgb(218,184,104); }

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

border-color css

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

 span { border-color: rgb(218,184,104); }

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