Html Css Color HEX #DDDD9B Primrose

📋 copy color: '#DDDD9B'

red 221 ◦ green 221 ◦ blue 155

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

Shades of Primrose #DDDD9B

Tints of Primrose #DDDD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.96%

R = 37.02%
G = 37.02%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDDD9B (or 0xDDDD9B) is known color: Primrose. HEX triplet: DD, DD and 9B. RGB value is (221,221,155). Sum of RGB (Red+Green+Blue) = 221+221+155=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD9B is #222264. Grayscale: #D5D5D5. Windows color (decimal): -2237029 or 10214877. OLE color: 10214877.

HSL color Cylindrical-coordinate representation of color #DDDD9B: hue angle of 60º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDDD9B is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 155 -
CMYK 0 0 0.30 0.13
HSL 60º 0.49% 0.74% -
HSV(B) 60º 0.3% 0.87% -
XYZ 61.59 69.45 41.17 -
YUV 213.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 221 221 155 0 0 0.30 0.13 60 0.49 0.74
Hex DD DD 9B 0 0 1E D 3C 31 4A
Octal 335 335 233 0 0 36 15 74 61 112
Binary 11011101 11011101 10011011 0 0 11110 1101 111100 110001 1001010

Color Harmonies of #DDDD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD9B

Black with #DDDD9B

Text Example


Text Example

White with #DDDD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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