Html Css Color HEX #DDD493 Primrose

📋 copy color: '#DDD493'

red 221 ◦ green 212 ◦ blue 147

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

Shades of Primrose #DDD493

Tints of Primrose #DDD493

RGB

 RED value IS 221 (86.72% from 255) = 38.1%

 GREEN value IS 212 (83.2% from 255) = 36.55%

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

R = 38.1%
G = 36.55%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD493 (or 0xDDD493) is known color: Primrose. HEX triplet: DD, D4 and 93. RGB value is (221,212,147). Sum of RGB (Red+Green+Blue) = 221+212+147=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD493 is #222B6C. Grayscale: #CFCFCF. Windows color (decimal): -2239341 or 9688285. OLE color: 9688285.

HSL color Cylindrical-coordinate representation of color #DDD493: hue angle of 52.7º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDD493 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 147 -
CMYK 0 0.04 0.33 0.13
HSL 52.7º 0.52% 0.72% -
HSV(B) 52.7º 0.33% 0.87% -
XYZ 58.63 64.57 36.98 -
YUV 207.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 221 212 147 0 0.04 0.33 0.13 52.7 0.52 0.72
Hex DD D4 93 0 4 21 D 35 34 48
Octal 335 324 223 0 4 41 15 65 64 110
Binary 11011101 11010100 10010011 0 100 100001 1101 110101 110100 1001000

Color Harmonies of #DDD493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD493

Black with #DDD493

Text Example


Text Example

White with #DDD493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD493; }

 p { color: rgb(221,212,147); }

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

background-color css

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

 a { background-color: rgb(221,212,147); }

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

border-color css

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

 span { border-color: rgb(221,212,147); }

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