Html Css Color HEX #DDD990 Primrose

📋 copy color: '#DDD990'

red 221 ◦ green 217 ◦ blue 144

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

Shades of Primrose #DDD990

Tints of Primrose #DDD990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.74%

R = 37.97%
G = 37.29%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDD990 (or 0xDDD990) is known color: Primrose. HEX triplet: DD, D9 and 90. RGB value is (221,217,144). Sum of RGB (Red+Green+Blue) = 221+217+144=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD990 is #22266F. Grayscale: #D2D2D2. Windows color (decimal): -2238064 or 9492957. OLE color: 9492957.

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

Color convert

RGB 221 217 144 -
CMYK 0 0.02 0.35 0.13
HSL 56.88º 0.53% 0.72% -
HSV(B) 56.88º 0.35% 0.87% -
XYZ 59.67 67.01 36.18 -
YUV 209.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 221 217 144 0 0.02 0.35 0.13 56.88 0.53 0.72
Hex DD D9 90 0 2 23 D 39 35 48
Octal 335 331 220 0 2 43 15 71 65 110
Binary 11011101 11011001 10010000 0 10 100011 1101 111001 110101 1001000

Color Harmonies of #DDD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD990

Black with #DDD990

Text Example


Text Example

White with #DDD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD990; }

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

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

background-color css

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

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

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

border-color css

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

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

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