Html Css Color HEX #DAD591 Primrose

📋 copy color: '#DAD591'

red 218 ◦ green 213 ◦ blue 145

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

Shades of Primrose #DAD591

Tints of Primrose #DAD591

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.98%

 BLUE value IS 145 (57.03% from 255) = 25.17%

R = 37.85%
G = 36.98%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAD591 (or 0xDAD591) is known color: Primrose. HEX triplet: DA, D5 and 91. RGB value is (218,213,145). Sum of RGB (Red+Green+Blue) = 218+213+145=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 145 (57.03% from 255 or 25.17% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD591 is #252A6E. Grayscale: #CFCFCF. Windows color (decimal): -2435695 or 9557466. OLE color: 9557466.

HSL color Cylindrical-coordinate representation of color #DAD591: hue angle of 55.89º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAD591 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 145 -
CMYK 0 0.02 0.33 0.15
HSL 55.89º 0.5% 0.71% -
HSV(B) 55.89º 0.33% 0.85% -
XYZ 57.82 64.54 36.2 -
YUV 206.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 218 213 145 0 0.02 0.33 0.15 55.89 0.5 0.71
Hex DA D5 91 0 2 21 F 38 32 47
Octal 332 325 221 0 2 41 17 70 62 107
Binary 11011010 11010101 10010001 0 10 100001 1111 111000 110010 1000111

Color Harmonies of #DAD591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD591

Black with #DAD591

Text Example


Text Example

White with #DAD591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD591; }

 p { color: rgb(218,213,145); }

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

background-color css

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

 a { background-color: rgb(218,213,145); }

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

border-color css

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

 span { border-color: rgb(218,213,145); }

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