Html Css Color HEX #DAB366 Equator

📋 copy color: '#DAB366'

red 218 ◦ green 179 ◦ blue 102

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

Shades of Equator #DAB366

Tints of Equator #DAB366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

 BLUE value IS 102 (40.23% from 255) = 20.44%

R = 43.69%
G = 35.87%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DAB366 (or 0xDAB366) is known color: Equator. HEX triplet: DA, B3 and 66. RGB value is (218,179,102). Sum of RGB (Red+Green+Blue) = 218+179+102=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB366 is #254C99. Grayscale: #B6B6B6. Windows color (decimal): -2444442 or 6730714. OLE color: 6730714.

HSL color Cylindrical-coordinate representation of color #DAB366: hue angle of 39.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAB366 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 102 -
CMYK 0 0.18 0.53 0.15
HSL 39.83º 0.61% 0.63% -
HSV(B) 39.83º 0.53% 0.85% -
XYZ 47.43 48.1 19.36 -
YUV 181.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 218 179 102 0 0.18 0.53 0.15 39.83 0.61 0.63
Hex DA B3 66 0 12 35 F 28 3D 3F
Octal 332 263 146 0 22 65 17 50 75 77
Binary 11011010 10110011 1100110 0 10010 110101 1111 101000 111101 111111

Color Harmonies of #DAB366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB366

Black with #DAB366

Text Example


Text Example

White with #DAB366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB366; }

 p { color: rgb(218,179,102); }

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

background-color css

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

 a { background-color: rgb(218,179,102); }

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

border-color css

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

 span { border-color: rgb(218,179,102); }

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