#DAD68A

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

Shades of Primrose #DAD68A

Tints of Primrose #DAD68A

Color information

#DAD68A (or 0xDAD68A) is unknown color: approx Primrose. HEX triplet: DA, D6 and 8A. RGB value is (218,214,138). Sum of RGB (Red+Green+Blue) = 218+214+138=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD68A is #252975. Grayscale: #CECECE. Windows color (decimal): -2435446 or 9098970. OLE color: 9098970.

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

Color convert

RGB218214138-
CMYK00.020.370.15
HSL57º51.95%69.8%-
HSV(B)57º36.7%85.49%-
XYZ57.5564.8333.53-
YUV206.5389.33136.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 138 (54.30% from 255) = 24.21%
R=38.25%
G=37.54%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821413800.020.370.155751.9569.8
HexDAD68A0225F393446
Octal3323262120245177164106
Binary11011010110101101000101001010010111111110011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD68A; }

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

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

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

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

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

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

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

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