Html Css Color HEX #DDDD99 Primrose

📋 copy color: '#DDDD99'

red 221 ◦ green 221 ◦ blue 153

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

Shades of Primrose #DDDD99

Tints of Primrose #DDDD99

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.14%

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

R = 37.14%
G = 37.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDDD99 (or 0xDDDD99) is known color: Primrose. HEX triplet: DD, DD and 99. RGB value is (221,221,153). Sum of RGB (Red+Green+Blue) = 221+221+153=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD99 is #222266. Grayscale: #D5D5D5. Windows color (decimal): -2237031 or 10083805. OLE color: 10083805.

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

Color convert

RGB 221 221 153 -
CMYK 0 0 0.31 0.13
HSL 60º 0.5% 0.73% -
HSV(B) 60º 0.31% 0.87% -
XYZ 61.43 69.38 40.29 -
YUV 213.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 221 221 153 0 0 0.31 0.13 60 0.5 0.73
Hex DD DD 99 0 0 1F D 3C 32 49
Octal 335 335 231 0 0 37 15 74 62 111
Binary 11011101 11011101 10011001 0 0 11111 1101 111100 110010 1001001

Color Harmonies of #DDDD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD99

Black with #DDDD99

Text Example


Text Example

White with #DDDD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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