Html Css Color HEX #DAB568 Equator

📋 copy color: '#DAB568'

red 218 ◦ green 181 ◦ blue 104

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

Shades of Equator #DAB568

Tints of Equator #DAB568

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.98%

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

R = 43.34%
G = 35.98%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAB568 (or 0xDAB568) is known color: Equator. HEX triplet: DA, B5 and 68. RGB value is (218,181,104). Sum of RGB (Red+Green+Blue) = 218+181+104=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB568 is #254A97. Grayscale: #B7B7B7. Windows color (decimal): -2443928 or 6862298. OLE color: 6862298.

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

Color convert

RGB 218 181 104 -
CMYK 0 0.17 0.52 0.15
HSL 40.53º 0.61% 0.63% -
HSV(B) 40.53º 0.52% 0.85% -
XYZ 47.94 48.95 20.02 -
YUV 183.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 218 181 104 0 0.17 0.52 0.15 40.53 0.61 0.63
Hex DA B5 68 0 11 34 F 29 3D 3F
Octal 332 265 150 0 21 64 17 51 75 77
Binary 11011010 10110101 1101000 0 10001 110100 1111 101001 111101 111111

Color Harmonies of #DAB568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB568

Black with #DAB568

Text Example


Text Example

White with #DAB568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB568; }

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

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

background-color css

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

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

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

border-color css

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

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

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