Html Css Color HEX #DDD98D Primrose

📋 copy color: '#DDD98D'

red 221 ◦ green 217 ◦ blue 141

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

Shades of Primrose #DDD98D

Tints of Primrose #DDD98D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.48%

 BLUE value IS 141 (55.47% from 255) = 24.35%

R = 38.17%
G = 37.48%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDD98D (or 0xDDD98D) is known color: Primrose. HEX triplet: DD, D9 and 8D. RGB value is (221,217,141). Sum of RGB (Red+Green+Blue) = 221+217+141=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD98D is #222672. Grayscale: #D1D1D1. Windows color (decimal): -2238067 or 9296349. OLE color: 9296349.

HSL color Cylindrical-coordinate representation of color #DDD98D: hue angle of 57º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDD98D is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 141 -
CMYK 0 0.02 0.36 0.13
HSL 57º 0.54% 0.71% -
HSV(B) 57º 0.36% 0.87% -
XYZ 59.44 66.92 34.98 -
YUV 209.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 221 217 141 0 0.02 0.36 0.13 57 0.54 0.71
Hex DD D9 8D 0 2 24 D 39 36 47
Octal 335 331 215 0 2 44 15 71 66 107
Binary 11011101 11011001 10001101 0 10 100100 1101 111001 110110 1000111

Color Harmonies of #DDD98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD98D

Black with #DDD98D

Text Example


Text Example

White with #DDD98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD98D; }

 p { color: rgb(221,217,141); }

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

background-color css

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

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

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

border-color css

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

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

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