#DAD692

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

Shades of Primrose #DAD692

Tints of Primrose #DAD692

Color information

#DAD692 (or 0xDAD692) is unknown color: approx Primrose. HEX triplet: DA, D6 and 92. RGB value is (218,214,146). Sum of RGB (Red+Green+Blue) = 218+214+146=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD692 is #25296D. Grayscale: #CFCFCF. Windows color (decimal): -2435438 or 9623258. OLE color: 9623258.

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

Color convert

RGB218214146-
CMYK00.020.330.15
HSL56.67º49.32%71.37%-
HSV(B)56.67º33.03%85.49%-
XYZ58.1565.0736.69-
YUV207.4493.33135.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 146 (57.42% from 255) = 25.26%
R=37.72%
G=37.02%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821414600.020.330.1556.6749.3271.37
HexDAD6920221F393147
Octal3323262220241177161107
Binary11011010110101101001001001010000111111110011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD692; }

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

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

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

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

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

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

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

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