Html Css Color HEX #DDD981 Primrose

📋 copy color: '#DDD981'

red 221 ◦ green 217 ◦ blue 129

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

Shades of Primrose #DDD981

Tints of Primrose #DDD981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.75%

R = 38.98%
G = 38.27%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDD981 (or 0xDDD981) is known color: Primrose. HEX triplet: DD, D9 and 81. RGB value is (221,217,129). Sum of RGB (Red+Green+Blue) = 221+217+129=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD981 is #22267E. Grayscale: #D0D0D0. Windows color (decimal): -2238079 or 8509917. OLE color: 8509917.

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

Color convert

RGB 221 217 129 -
CMYK 0 0.02 0.42 0.13
HSL 57.39º 0.58% 0.69% -
HSV(B) 57.39º 0.42% 0.87% -
XYZ 58.59 66.58 30.53 -
YUV 208.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 221 217 129 0 0.02 0.42 0.13 57.39 0.58 0.69
Hex DD D9 81 0 2 2A D 39 3A 45
Octal 335 331 201 0 2 52 15 71 72 105
Binary 11011101 11011001 10000001 0 10 101010 1101 111001 111010 1000101

Color Harmonies of #DDD981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD981

Black with #DDD981

Text Example


Text Example

White with #DDD981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD981; }

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

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

background-color css

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

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

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

border-color css

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

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

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