#DADF97

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

Shades of Primrose #DADF97

Tints of Primrose #DADF97

Color information

#DADF97 (or 0xDADF97) is unknown color: approx Primrose. HEX triplet: DA, DF and 97. RGB value is (218,223,151). Sum of RGB (Red+Green+Blue) = 218+223+151=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF97 is #252068. Grayscale: #D5D5D5. Windows color (decimal): -2433129 or 9953242. OLE color: 9953242.

HSL color Cylindrical-coordinate representation of color #DADF97: hue angle of 64.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DADF97 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB218223151-
CMYK0.0200.320.13
HSL64.17º52.94%73.33%-
HSV(B)64.17º32.29%87.45%-
XYZ60.8969.9239.56-
YUV213.392.84131.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 151 (59.38% from 255) = 25.51%
R=36.82%
G=37.67%
B=25.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231510.0200.320.1364.1752.9473.33
HexDADF972020D403549
Octal33233722720401510065111
Binary110110101101111110010111100100000110110000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF97; }

 p { color: rgb(218,223,151); }

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

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

 a { background-color: rgb(218,223,151); }

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

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

 span { border-color: rgb(218,223,151); }

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