Html Css Color HEX #DAD790 Primrose

📋 copy color: '#DAD790'

red 218 ◦ green 215 ◦ blue 144

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

Shades of Primrose #DAD790

Tints of Primrose #DAD790

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.26%

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

R = 37.78%
G = 37.26%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAD790 (or 0xDAD790) is known color: Primrose. HEX triplet: DA, D7 and 90. RGB value is (218,215,144). Sum of RGB (Red+Green+Blue) = 218+215+144=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD790 is #25286F. Grayscale: #D0D0D0. Windows color (decimal): -2435184 or 9492442. OLE color: 9492442.

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

Color convert

RGB 218 215 144 -
CMYK 0 0.01 0.34 0.15
HSL 57.57º 0.5% 0.71% -
HSV(B) 57.57º 0.34% 0.85% -
XYZ 58.25 65.52 35.96 -
YUV 207.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 218 215 144 0 0.01 0.34 0.15 57.57 0.5 0.71
Hex DA D7 90 0 1 22 F 3A 32 47
Octal 332 327 220 0 1 42 17 72 62 107
Binary 11011010 11010111 10010000 0 1 100010 1111 111010 110010 1000111

Color Harmonies of #DAD790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD790

Black with #DAD790

Text Example


Text Example

White with #DAD790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD790; }

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

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

background-color css

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

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

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

border-color css

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

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

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