#DADF90

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

Shades of Primrose #DADF90

Tints of Primrose #DADF90

Color information

#DADF90 (or 0xDADF90) is unknown color: approx Primrose. HEX triplet: DA, DF and 90. RGB value is (218,223,144). Sum of RGB (Red+Green+Blue) = 218+223+144=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF90 is #25206F. Grayscale: #D4D4D4. Windows color (decimal): -2433136 or 9494490. OLE color: 9494490.

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

Color convert

RGB218223144-
CMYK0.0200.350.13
HSL63.8º55.24%71.96%-
HSV(B)63.8º35.43%87.45%-
XYZ60.3469.6936.66-
YUV212.589.34131.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 144 (56.64% from 255) = 24.62%
R=37.26%
G=38.12%
B=24.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231440.0200.350.1363.855.2471.96
HexDADF902023D403748
Octal33233722020431510067110
Binary110110101101111110010000100100011110110000001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF90; }

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

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

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

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

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

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

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

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