Html Css Color HEX #DDD993 Primrose

📋 copy color: '#DDD993'

red 221 ◦ green 217 ◦ blue 147

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

Shades of Primrose #DDD993

Tints of Primrose #DDD993

RGB

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

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

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

R = 37.78%
G = 37.09%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD993 (or 0xDDD993) is known color: Primrose. HEX triplet: DD, D9 and 93. RGB value is (221,217,147). Sum of RGB (Red+Green+Blue) = 221+217+147=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD993 is #22266C. Grayscale: #D2D2D2. Windows color (decimal): -2238061 or 9689565. OLE color: 9689565.

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

Color convert

RGB 221 217 147 -
CMYK 0 0.02 0.33 0.13
HSL 56.76º 0.52% 0.72% -
HSV(B) 56.76º 0.33% 0.87% -
XYZ 59.9 67.1 37.4 -
YUV 210.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 221 217 147 0 0.02 0.33 0.13 56.76 0.52 0.72
Hex DD D9 93 0 2 21 D 39 34 48
Octal 335 331 223 0 2 41 15 71 64 110
Binary 11011101 11011001 10010011 0 10 100001 1101 111001 110100 1001000

Color Harmonies of #DDD993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD993

Black with #DDD993

Text Example


Text Example

White with #DDD993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD993; }

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

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

background-color css

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

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

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

border-color css

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

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

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