Html Css Color HEX #DDDC98 Primrose

📋 copy color: '#DDDC98'

red 221 ◦ green 220 ◦ blue 152

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

Shades of Primrose #DDDC98

Tints of Primrose #DDDC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.63%

R = 37.27%
G = 37.1%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDDC98 (or 0xDDDC98) is known color: Primrose. HEX triplet: DD, DC and 98. RGB value is (221,220,152). Sum of RGB (Red+Green+Blue) = 221+220+152=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC98 is #222367. Grayscale: #D4D4D4. Windows color (decimal): -2237288 or 10018013. OLE color: 10018013.

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

Color convert

RGB 221 220 152 -
CMYK 0 0.00 0.31 0.13
HSL 59.13º 0.5% 0.73% -
HSV(B) 59.13º 0.31% 0.87% -
XYZ 61.08 68.83 39.77 -
YUV 212.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 221 220 152 0 0.00 0.31 0.13 59.13 0.5 0.73
Hex DD DC 98 0 0 1F D 3B 32 49
Octal 335 334 230 0 0 37 15 73 62 111
Binary 11011101 11011100 10011000 0 0 11111 1101 111011 110010 1001001

Color Harmonies of #DDDC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC98

Black with #DDDC98

Text Example


Text Example

White with #DDDC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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