Html Css Color HEX #DAB46D Equator

📋 copy color: '#DAB46D'

red 218 ◦ green 180 ◦ blue 109

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

Shades of Equator #DAB46D

Tints of Equator #DAB46D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

 BLUE value IS 109 (42.97% from 255) = 21.5%

R = 43%
G = 35.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DAB46D (or 0xDAB46D) is known color: Equator. HEX triplet: DA, B4 and 6D. RGB value is (218,180,109). Sum of RGB (Red+Green+Blue) = 218+180+109=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB46D is #254B92. Grayscale: #B7B7B7. Windows color (decimal): -2444179 or 7189722. OLE color: 7189722.

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

Color convert

RGB 218 180 109 -
CMYK 0 0.17 0.5 0.15
HSL 39.08º 0.6% 0.64% -
HSV(B) 39.08º 0.5% 0.85% -
XYZ 48 48.65 21.33 -
YUV 183.27 86.09 152.77 -
System Red Green Blue C M Y K H S L
Decimal 218 180 109 0 0.17 0.5 0.15 39.08 0.6 0.64
Hex DA B4 6D 0 11 32 F 27 3C 40
Octal 332 264 155 0 21 62 17 47 74 100
Binary 11011010 10110100 1101101 0 10001 110010 1111 100111 111100 1000000

Color Harmonies of #DAB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB46D

Black with #DAB46D

Text Example


Text Example

White with #DAB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB46D; }

 p { color: rgb(218,180,109); }

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

background-color css

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

 a { background-color: rgb(218,180,109); }

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

border-color css

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

 span { border-color: rgb(218,180,109); }

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