Html Css Color HEX #DAD893 Primrose

📋 copy color: '#DAD893'

red 218 ◦ green 216 ◦ blue 147

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

Shades of Primrose #DAD893

Tints of Primrose #DAD893

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.18%

 BLUE value IS 147 (57.81% from 255) = 25.3%

R = 37.52%
G = 37.18%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAD893 (or 0xDAD893) is known color: Primrose. HEX triplet: DA, D8 and 93. RGB value is (218,216,147). Sum of RGB (Red+Green+Blue) = 218+216+147=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD893 is #25276C. Grayscale: #D1D1D1. Windows color (decimal): -2434925 or 9689306. OLE color: 9689306.

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

Color convert

RGB 218 216 147 -
CMYK 0 0.01 0.33 0.15
HSL 58.31º 0.49% 0.72% -
HSV(B) 58.31º 0.33% 0.85% -
XYZ 58.74 66.12 37.27 -
YUV 208.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 218 216 147 0 0.01 0.33 0.15 58.31 0.49 0.72
Hex DA D8 93 0 1 21 F 3A 31 48
Octal 332 330 223 0 1 41 17 72 61 110
Binary 11011010 11011000 10010011 0 1 100001 1111 111010 110001 1001000

Color Harmonies of #DAD893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD893

Black with #DAD893

Text Example


Text Example

White with #DAD893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD893; }

 p { color: rgb(218,216,147); }

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

background-color css

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

 a { background-color: rgb(218,216,147); }

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

border-color css

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

 span { border-color: rgb(218,216,147); }

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