Html Css Color HEX #DDDC97 Primrose

📋 copy color: '#DDDC97'

red 221 ◦ green 220 ◦ blue 151

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

Shades of Primrose #DDDC97

Tints of Primrose #DDDC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.51%

R = 37.33%
G = 37.16%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDDC97 (or 0xDDDC97) is known color: Primrose. HEX triplet: DD, DC and 97. RGB value is (221,220,151). Sum of RGB (Red+Green+Blue) = 221+220+151=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC97 is #222368. Grayscale: #D4D4D4. Windows color (decimal): -2237289 or 9952477. OLE color: 9952477.

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

Color convert

RGB 221 220 151 -
CMYK 0 0.00 0.32 0.13
HSL 59.14º 0.51% 0.73% -
HSV(B) 59.14º 0.32% 0.87% -
XYZ 61 68.79 39.34 -
YUV 212.43 93.33 134.11 -
System Red Green Blue C M Y K H S L
Decimal 221 220 151 0 0.00 0.32 0.13 59.14 0.51 0.73
Hex DD DC 97 0 0 20 D 3B 33 49
Octal 335 334 227 0 0 40 15 73 63 111
Binary 11011101 11011100 10010111 0 0 100000 1101 111011 110011 1001001

Color Harmonies of #DDDC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC97

Black with #DDDC97

Text Example


Text Example

White with #DDDC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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