Html Css Color HEX #DAD593 Primrose

📋 copy color: '#DAD593'

red 218 ◦ green 213 ◦ blue 147

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

Shades of Primrose #DAD593

Tints of Primrose #DAD593

RGB

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

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

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

R = 37.72%
G = 36.85%
B = 25.43%

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

#DAD593 (or 0xDAD593) is known color: Primrose. HEX triplet: DA, D5 and 93. RGB value is (218,213,147). Sum of RGB (Red+Green+Blue) = 218+213+147=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD593 is #252A6C. Grayscale: #CFCFCF. Windows color (decimal): -2435693 or 9688538. OLE color: 9688538.

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

Color convert

RGB 218 213 147 -
CMYK 0 0.02 0.33 0.15
HSL 55.77º 0.49% 0.72% -
HSV(B) 55.77º 0.33% 0.85% -
XYZ 57.97 64.6 37.02 -
YUV 206.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 218 213 147 0 0.02 0.33 0.15 55.77 0.49 0.72
Hex DA D5 93 0 2 21 F 38 31 48
Octal 332 325 223 0 2 41 17 70 61 110
Binary 11011010 11010101 10010011 0 10 100001 1111 111000 110001 1001000

Color Harmonies of #DAD593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD593

Black with #DAD593

Text Example


Text Example

White with #DAD593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD593; }

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

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

background-color css

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

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

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

border-color css

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

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

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