Html Css Color HEX #DDDC95 Primrose

📋 copy color: '#DDDC95'

red 221 ◦ green 220 ◦ blue 149

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

Shades of Primrose #DDDC95

Tints of Primrose #DDDC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.25%

R = 37.46%
G = 37.29%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDDC95 (or 0xDDDC95) is known color: Primrose. HEX triplet: DD, DC and 95. RGB value is (221,220,149). Sum of RGB (Red+Green+Blue) = 221+220+149=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC95 is #22236A. Grayscale: #D4D4D4. Windows color (decimal): -2237291 or 9821405. OLE color: 9821405.

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

Color convert

RGB 221 220 149 -
CMYK 0 0.00 0.33 0.13
HSL 59.17º 0.51% 0.73% -
HSV(B) 59.17º 0.33% 0.87% -
XYZ 60.84 68.73 38.49 -
YUV 212.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 221 220 149 0 0.00 0.33 0.13 59.17 0.51 0.73
Hex DD DC 95 0 0 21 D 3B 33 49
Octal 335 334 225 0 0 41 15 73 63 111
Binary 11011101 11011100 10010101 0 0 100001 1101 111011 110011 1001001

Color Harmonies of #DDDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC95

Black with #DDDC95

Text Example


Text Example

White with #DDDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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