Html Css Color HEX #DAB46B Equator

📋 copy color: '#DAB46B'

red 218 ◦ green 180 ◦ blue 107

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

Shades of Equator #DAB46B

Tints of Equator #DAB46B

RGB

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

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

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

R = 43.17%
G = 35.64%
B = 21.19%

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

#DAB46B (or 0xDAB46B) is known color: Equator. HEX triplet: DA, B4 and 6B. RGB value is (218,180,107). Sum of RGB (Red+Green+Blue) = 218+180+107=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB46B is #254B94. Grayscale: #B7B7B7. Windows color (decimal): -2444181 or 7058650. OLE color: 7058650.

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

Color convert

RGB 218 180 107 -
CMYK 0 0.17 0.51 0.15
HSL 39.46º 0.6% 0.64% -
HSV(B) 39.46º 0.51% 0.85% -
XYZ 47.89 48.61 20.77 -
YUV 183.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 218 180 107 0 0.17 0.51 0.15 39.46 0.6 0.64
Hex DA B4 6B 0 11 33 F 27 3C 40
Octal 332 264 153 0 21 63 17 47 74 100
Binary 11011010 10110100 1101011 0 10001 110011 1111 100111 111100 1000000

Color Harmonies of #DAB46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB46B

Black with #DAB46B

Text Example


Text Example

White with #DAB46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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