Html Css Color HEX #DDD898 Primrose

📋 copy color: '#DDD898'

red 221 ◦ green 216 ◦ blue 152

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

Shades of Primrose #DDD898

Tints of Primrose #DDD898

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.67%

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

R = 37.52%
G = 36.67%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDD898 (or 0xDDD898) is known color: Primrose. HEX triplet: DD, D8 and 98. RGB value is (221,216,152). Sum of RGB (Red+Green+Blue) = 221+216+152=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD898 is #222767. Grayscale: #D2D2D2. Windows color (decimal): -2238312 or 10016989. OLE color: 10016989.

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

Color convert

RGB 221 216 152 -
CMYK 0 0.02 0.31 0.13
HSL 55.65º 0.5% 0.73% -
HSV(B) 55.65º 0.31% 0.87% -
XYZ 60.04 66.75 39.43 -
YUV 210.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 221 216 152 0 0.02 0.31 0.13 55.65 0.5 0.73
Hex DD D8 98 0 2 1F D 38 32 49
Octal 335 330 230 0 2 37 15 70 62 111
Binary 11011101 11011000 10011000 0 10 11111 1101 111000 110010 1001001

Color Harmonies of #DDD898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD898

Black with #DDD898

Text Example


Text Example

White with #DDD898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD898; }

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

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

background-color css

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

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

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

border-color css

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

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

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