Html Css Color HEX #DAB16B Equator

📋 copy color: '#DAB16B'

red 218 ◦ green 177 ◦ blue 107

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

Shades of Equator #DAB16B

Tints of Equator #DAB16B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.26%

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

R = 43.43%
G = 35.26%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAB16B (or 0xDAB16B) is known color: Equator. HEX triplet: DA, B1 and 6B. RGB value is (218,177,107). Sum of RGB (Red+Green+Blue) = 218+177+107=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB16B is #254E94. Grayscale: #B5B5B5. Windows color (decimal): -2444949 or 7057882. OLE color: 7057882.

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

Color convert

RGB 218 177 107 -
CMYK 0 0.19 0.51 0.15
HSL 37.84º 0.6% 0.64% -
HSV(B) 37.84º 0.51% 0.85% -
XYZ 47.29 47.41 20.57 -
YUV 181.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 218 177 107 0 0.19 0.51 0.15 37.84 0.6 0.64
Hex DA B1 6B 0 13 33 F 26 3C 40
Octal 332 261 153 0 23 63 17 46 74 100
Binary 11011010 10110001 1101011 0 10011 110011 1111 100110 111100 1000000

Color Harmonies of #DAB16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB16B

Black with #DAB16B

Text Example


Text Example

White with #DAB16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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