Html Css Color HEX #DAB668 Equator

📋 copy color: '#DAB668'

red 218 ◦ green 182 ◦ blue 104

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

Shades of Equator #DAB668

Tints of Equator #DAB668

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.11%

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

R = 43.25%
G = 36.11%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAB668 (or 0xDAB668) is known color: Equator. HEX triplet: DA, B6 and 68. RGB value is (218,182,104). Sum of RGB (Red+Green+Blue) = 218+182+104=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB668 is #254997. Grayscale: #B8B8B8. Windows color (decimal): -2443672 or 6862554. OLE color: 6862554.

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

Color convert

RGB 218 182 104 -
CMYK 0 0.17 0.52 0.15
HSL 41.05º 0.61% 0.63% -
HSV(B) 41.05º 0.52% 0.85% -
XYZ 48.14 49.36 20.09 -
YUV 183.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 218 182 104 0 0.17 0.52 0.15 41.05 0.61 0.63
Hex DA B6 68 0 11 34 F 29 3D 3F
Octal 332 266 150 0 21 64 17 51 75 77
Binary 11011010 10110110 1101000 0 10001 110100 1111 101001 111101 111111

Color Harmonies of #DAB668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB668

Black with #DAB668

Text Example


Text Example

White with #DAB668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB668; }

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

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

background-color css

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

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

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

border-color css

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

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

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