#DAD68F

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

Shades of Primrose #DAD68F

Tints of Primrose #DAD68F

Color information

#DAD68F (or 0xDAD68F) is unknown color: approx Primrose. HEX triplet: DA, D6 and 8F. RGB value is (218,214,143). Sum of RGB (Red+Green+Blue) = 218+214+143=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD68F is #252970. Grayscale: #CFCFCF. Windows color (decimal): -2435441 or 9426650. OLE color: 9426650.

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

Color convert

RGB218214143-
CMYK00.020.340.15
HSL56.8º50.34%70.78%-
HSV(B)56.8º34.4%85.49%-
XYZ57.9264.9835.48-
YUV207.191.83135.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 143 (56.25% from 255) = 24.87%
R=37.91%
G=37.22%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821414300.020.340.1556.850.3470.78
HexDAD68F0222F393247
Octal3323262170242177162107
Binary11011010110101101000111101010001011111110011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD68F; }

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

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

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

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

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

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

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

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