Html Css Color HEX #DAB66B Equator

📋 copy color: '#DAB66B'

red 218 ◦ green 182 ◦ blue 107

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

Shades of Equator #DAB66B

Tints of Equator #DAB66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.1%

R = 43%
G = 35.9%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAB66B (or 0xDAB66B) is known color: Equator. HEX triplet: DA, B6 and 6B. RGB value is (218,182,107). Sum of RGB (Red+Green+Blue) = 218+182+107=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB66B is #254994. Grayscale: #B8B8B8. Windows color (decimal): -2443669 or 7059162. OLE color: 7059162.

HSL color Cylindrical-coordinate representation of color #DAB66B: hue angle of 40.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAB66B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 107 -
CMYK 0 0.17 0.51 0.15
HSL 40.54º 0.6% 0.64% -
HSV(B) 40.54º 0.51% 0.85% -
XYZ 48.3 49.42 20.9 -
YUV 184.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 218 182 107 0 0.17 0.51 0.15 40.54 0.6 0.64
Hex DA B6 6B 0 11 33 F 29 3C 40
Octal 332 266 153 0 21 63 17 51 74 100
Binary 11011010 10110110 1101011 0 10001 110011 1111 101001 111100 1000000

Color Harmonies of #DAB66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB66B

Black with #DAB66B

Text Example


Text Example

White with #DAB66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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