#DAD48A

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

Shades of Primrose #DAD48A

Tints of Primrose #DAD48A

Color information

#DAD48A (or 0xDAD48A) is unknown color: approx Primrose. HEX triplet: DA, D4 and 8A. RGB value is (218,212,138). Sum of RGB (Red+Green+Blue) = 218+212+138=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD48A is #252B75. Grayscale: #CDCDCD. Windows color (decimal): -2435958 or 9098458. OLE color: 9098458.

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

Color convert

RGB218212138-
CMYK00.030.370.15
HSL55.5º51.95%69.8%-
HSV(B)55.5º36.7%85.49%-
XYZ57.0463.8333.36-
YUV205.3689.99137.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 212 (83.20% from 255) = 37.32%
BLUE value IS 138 (54.30% from 255) = 24.30%
R=38.38%
G=37.32%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821213800.030.370.1555.551.9569.8
HexDAD48A0325F383446
Octal3323242120345177064106
Binary11011010110101001000101001110010111111110001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD48A; }

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

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

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

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

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

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

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

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