Html Css Color HEX #DAD993 Primrose

📋 copy color: '#DAD993'

red 218 ◦ green 217 ◦ blue 147

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

Shades of Primrose #DAD993

Tints of Primrose #DAD993

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.29%

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

R = 37.46%
G = 37.29%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAD993 (or 0xDAD993) is known color: Primrose. HEX triplet: DA, D9 and 93. RGB value is (218,217,147). Sum of RGB (Red+Green+Blue) = 218+217+147=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD993 is #25266C. Grayscale: #D1D1D1. Windows color (decimal): -2434669 or 9689562. OLE color: 9689562.

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

Color convert

RGB 218 217 147 -
CMYK 0 0.00 0.33 0.15
HSL 59.15º 0.49% 0.72% -
HSV(B) 59.15º 0.33% 0.85% -
XYZ 58.99 66.64 37.36 -
YUV 209.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 218 217 147 0 0.00 0.33 0.15 59.15 0.49 0.72
Hex DA D9 93 0 0 21 F 3B 31 48
Octal 332 331 223 0 0 41 17 73 61 110
Binary 11011010 11011001 10010011 0 0 100001 1111 111011 110001 1001000

Color Harmonies of #DAD993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD993

Black with #DAD993

Text Example


Text Example

White with #DAD993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD993; }

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

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

background-color css

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

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

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

border-color css

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

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

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