Html Css Color HEX #DDD590 Primrose

📋 copy color: '#DDD590'

red 221 ◦ green 213 ◦ blue 144

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

Shades of Primrose #DDD590

Tints of Primrose #DDD590

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.85%

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

R = 38.24%
G = 36.85%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDD590 (or 0xDDD590) is known color: Primrose. HEX triplet: DD, D5 and 90. RGB value is (221,213,144). Sum of RGB (Red+Green+Blue) = 221+213+144=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD590 is #222A6F. Grayscale: #CFCFCF. Windows color (decimal): -2239088 or 9491933. OLE color: 9491933.

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

Color convert

RGB 221 213 144 -
CMYK 0 0.04 0.35 0.13
HSL 53.77º 0.53% 0.72% -
HSV(B) 53.77º 0.35% 0.87% -
XYZ 58.65 64.97 35.84 -
YUV 207.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 221 213 144 0 0.04 0.35 0.13 53.77 0.53 0.72
Hex DD D5 90 0 4 23 D 36 35 48
Octal 335 325 220 0 4 43 15 66 65 110
Binary 11011101 11010101 10010000 0 100 100011 1101 110110 110101 1001000

Color Harmonies of #DDD590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD590

Black with #DDD590

Text Example


Text Example

White with #DDD590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD590; }

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

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

background-color css

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

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

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

border-color css

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

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

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