Html Css Color HEX #DDDD98 Primrose

📋 copy color: '#DDDD98'

red 221 ◦ green 221 ◦ blue 152

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

Shades of Primrose #DDDD98

Tints of Primrose #DDDD98

RGB

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

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

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

R = 37.21%
G = 37.21%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDDD98 (or 0xDDDD98) is known color: Primrose. HEX triplet: DD, DD and 98. RGB value is (221,221,152). Sum of RGB (Red+Green+Blue) = 221+221+152=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 152 (59.77% from 255 or 25.59% from 594); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD98 is #222267. Grayscale: #D5D5D5. Windows color (decimal): -2237032 or 10018269. OLE color: 10018269.

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

Color convert

RGB 221 221 152 -
CMYK 0 0 0.31 0.13
HSL 60º 0.5% 0.73% -
HSV(B) 60º 0.31% 0.87% -
XYZ 61.34 69.35 39.86 -
YUV 213.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 221 221 152 0 0 0.31 0.13 60 0.5 0.73
Hex DD DD 98 0 0 1F D 3C 32 49
Octal 335 335 230 0 0 37 15 74 62 111
Binary 11011101 11011101 10011000 0 0 11111 1101 111100 110010 1001001

Color Harmonies of #DDDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD98

Black with #DDDD98

Text Example


Text Example

White with #DDDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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