Html Css Color HEX #DAD390 Primrose

📋 copy color: '#DAD390'

red 218 ◦ green 211 ◦ blue 144

#DAD390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DAD390

Tints of Primrose #DAD390

RGB

 RED value IS 218 (85.55% from 255) = 38.05%

 GREEN value IS 211 (82.81% from 255) = 36.82%

 BLUE value IS 144 (56.64% from 255) = 25.13%

R = 38.05%
G = 36.82%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAD390 (or 0xDAD390) is known color: Primrose. HEX triplet: DA, D3 and 90. RGB value is (218,211,144). Sum of RGB (Red+Green+Blue) = 218+211+144=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD390 is #252C6F. Grayscale: #CDCDCD. Windows color (decimal): -2436208 or 9491418. OLE color: 9491418.

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

Color convert

RGB 218 211 144 -
CMYK 0 0.03 0.34 0.15
HSL 54.32º 0.5% 0.71% -
HSV(B) 54.32º 0.34% 0.85% -
XYZ 57.24 63.51 35.63 -
YUV 205.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 218 211 144 0 0.03 0.34 0.15 54.32 0.5 0.71
Hex DA D3 90 0 3 22 F 36 32 47
Octal 332 323 220 0 3 42 17 66 62 107
Binary 11011010 11010011 10010000 0 11 100010 1111 110110 110010 1000111

Color Harmonies of #DAD390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD390

Black with #DAD390

Text Example


Text Example

White with #DAD390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD390; }

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

 H1.HeaderClassName
 {
   color: #DAD390;
 }
 .AnyTagClassName
 {
   color: #DAD390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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