Html Css Color HEX #DDDC9B Primrose

📋 copy color: '#DDDC9B'

red 221 ◦ green 220 ◦ blue 155

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

Shades of Primrose #DDDC9B

Tints of Primrose #DDDC9B

RGB

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

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

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

R = 37.08%
G = 36.91%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDDC9B (or 0xDDDC9B) is known color: Primrose. HEX triplet: DD, DC and 9B. RGB value is (221,220,155). Sum of RGB (Red+Green+Blue) = 221+220+155=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC9B is #222364. Grayscale: #D5D5D5. Windows color (decimal): -2237285 or 10214621. OLE color: 10214621.

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

Color convert

RGB 221 220 155 -
CMYK 0 0.00 0.30 0.13
HSL 59.09º 0.49% 0.74% -
HSV(B) 59.09º 0.3% 0.87% -
XYZ 61.33 68.93 41.08 -
YUV 212.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 221 220 155 0 0.00 0.30 0.13 59.09 0.49 0.74
Hex DD DC 9B 0 0 1E D 3B 31 4A
Octal 335 334 233 0 0 36 15 73 61 112
Binary 11011101 11011100 10011011 0 0 11110 1101 111011 110001 1001010

Color Harmonies of #DDDC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC9B

Black with #DDDC9B

Text Example


Text Example

White with #DDDC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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