Html Css Color HEX #DDD491 Primrose

📋 copy color: '#DDD491'

red 221 ◦ green 212 ◦ blue 145

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

Shades of Primrose #DDD491

Tints of Primrose #DDD491

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.68%

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

R = 38.24%
G = 36.68%
B = 25.09%

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

#DDD491 (or 0xDDD491) is known color: Primrose. HEX triplet: DD, D4 and 91. RGB value is (221,212,145). Sum of RGB (Red+Green+Blue) = 221+212+145=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 145 (57.03% from 255 or 25.09% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD491 is #222B6E. Grayscale: #CFCFCF. Windows color (decimal): -2239343 or 9557213. OLE color: 9557213.

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

Color convert

RGB 221 212 145 -
CMYK 0 0.04 0.34 0.13
HSL 52.89º 0.53% 0.72% -
HSV(B) 52.89º 0.34% 0.87% -
XYZ 58.47 64.5 36.16 -
YUV 207.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 221 212 145 0 0.04 0.34 0.13 52.89 0.53 0.72
Hex DD D4 91 0 4 22 D 35 35 48
Octal 335 324 221 0 4 42 15 65 65 110
Binary 11011101 11010100 10010001 0 100 100010 1101 110101 110101 1001000

Color Harmonies of #DDD491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD491

Black with #DDD491

Text Example


Text Example

White with #DDD491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD491; }

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

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

background-color css

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

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

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

border-color css

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

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

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