Html Css Color HEX #DAAB68 Equator

📋 copy color: '#DAAB68'

red 218 ◦ green 171 ◦ blue 104

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

Shades of Equator #DAAB68

Tints of Equator #DAAB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

 BLUE value IS 104 (41.02% from 255) = 21.1%

R = 44.22%
G = 34.69%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAAB68 (or 0xDAAB68) is known color: Equator. HEX triplet: DA, AB and 68. RGB value is (218,171,104). Sum of RGB (Red+Green+Blue) = 218+171+104=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB68 is #255497. Grayscale: #B1B1B1. Windows color (decimal): -2446488 or 6859738. OLE color: 6859738.

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

Color convert

RGB 218 171 104 -
CMYK 0 0.22 0.52 0.15
HSL 35.26º 0.61% 0.63% -
HSV(B) 35.26º 0.52% 0.85% -
XYZ 45.98 45.03 19.37 -
YUV 177.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 218 171 104 0 0.22 0.52 0.15 35.26 0.61 0.63
Hex DA AB 68 0 16 34 F 23 3D 3F
Octal 332 253 150 0 26 64 17 43 75 77
Binary 11011010 10101011 1101000 0 10110 110100 1111 100011 111101 111111

Color Harmonies of #DAAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB68

Black with #DAAB68

Text Example


Text Example

White with #DAAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB68; }

 p { color: rgb(218,171,104); }

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

background-color css

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

 a { background-color: rgb(218,171,104); }

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

border-color css

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

 span { border-color: rgb(218,171,104); }

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