#DAD681

Color #DAD681 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #DAD681

Tints of Deco #DAD681

Color information

#DAD681 (or 0xDAD681) is unknown color: approx Deco. HEX triplet: DA, D6 and 81. RGB value is (218,214,129). Sum of RGB (Red+Green+Blue) = 218+214+129=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD681 is #25297E. Grayscale: #CDCDCD. Windows color (decimal): -2435455 or 8509146. OLE color: 8509146.

HSL color Cylindrical-coordinate representation of color #DAD681: hue angle of 57.3º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAD681 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218214129-
CMYK00.020.410.15
HSL57.3º54.6%68.04%-
HSV(B)57.3º40.83%85.49%-
XYZ56.9264.5830.23-
YUV205.5184.83136.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 129 (50.78% from 255) = 22.99%
R=38.86%
G=38.15%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821412900.020.410.1557.354.668.04
HexDAD6810229F393744
Octal3323262010251177167104
Binary11011010110101101000000101010100111111110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD681; }

 p { color: rgb(218,214,129); }

 H1.HeaderClassName
 {
   color: #DAD681;
 }
 .AnyTagClassName
 {
   color: #DAD681;
 }
</style>
background-color css

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

 a { background-color: rgb(218,214,129); }

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

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

 span { border-color: rgb(218,214,129); }

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