Html Css Color HEX #DDD591 Primrose

📋 copy color: '#DDD591'

red 221 ◦ green 213 ◦ blue 145

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

Shades of Primrose #DDD591

Tints of Primrose #DDD591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.04%

R = 38.17%
G = 36.79%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDD591 (or 0xDDD591) is known color: Primrose. HEX triplet: DD, D5 and 91. RGB value is (221,213,145). Sum of RGB (Red+Green+Blue) = 221+213+145=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD591 is #222A6E. Grayscale: #CFCFCF. Windows color (decimal): -2239087 or 9557469. OLE color: 9557469.

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

Color convert

RGB 221 213 145 -
CMYK 0 0.04 0.34 0.13
HSL 53.68º 0.53% 0.72% -
HSV(B) 53.68º 0.34% 0.87% -
XYZ 58.72 65 36.24 -
YUV 207.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 221 213 145 0 0.04 0.34 0.13 53.68 0.53 0.72
Hex DD D5 91 0 4 22 D 36 35 48
Octal 335 325 221 0 4 42 15 66 65 110
Binary 11011101 11010101 10010001 0 100 100010 1101 110110 110101 1001000

Color Harmonies of #DDD591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD591

Black with #DDD591

Text Example


Text Example

White with #DDD591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD591; }

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

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

background-color css

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

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

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

border-color css

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

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

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