Html Css Color HEX #DDDC99 Primrose

📋 copy color: '#DDDC99'

red 221 ◦ green 220 ◦ blue 153

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

Shades of Primrose #DDDC99

Tints of Primrose #DDDC99

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.04%

 BLUE value IS 153 (60.16% from 255) = 25.76%

R = 37.21%
G = 37.04%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDDC99 (or 0xDDDC99) is known color: Primrose. HEX triplet: DD, DC and 99. RGB value is (221,220,153). Sum of RGB (Red+Green+Blue) = 221+220+153=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC99 is #222366. Grayscale: #D4D4D4. Windows color (decimal): -2237287 or 10083549. OLE color: 10083549.

HSL color Cylindrical-coordinate representation of color #DDDC99: hue angle of 59.12º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDDC99 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 220 153 -
CMYK 0 0.00 0.31 0.13
HSL 59.12º 0.5% 0.73% -
HSV(B) 59.12º 0.31% 0.87% -
XYZ 61.16 68.86 40.2 -
YUV 212.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 221 220 153 0 0.00 0.31 0.13 59.12 0.5 0.73
Hex DD DC 99 0 0 1F D 3B 32 49
Octal 335 334 231 0 0 37 15 73 62 111
Binary 11011101 11011100 10011001 0 0 11111 1101 111011 110010 1001001

Color Harmonies of #DDDC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC99

Black with #DDDC99

Text Example


Text Example

White with #DDDC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC99; }

 p { color: rgb(221,220,153); }

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

background-color css

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

 a { background-color: rgb(221,220,153); }

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

border-color css

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

 span { border-color: rgb(221,220,153); }

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