Html Css Color HEX #DDD791 Primrose

📋 copy color: '#DDD791'

red 221 ◦ green 215 ◦ blue 145

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

Shades of Primrose #DDD791

Tints of Primrose #DDD791

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.01%

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

R = 38.04%
G = 37.01%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDD791 (or 0xDDD791) is known color: Primrose. HEX triplet: DD, D7 and 91. RGB value is (221,215,145). Sum of RGB (Red+Green+Blue) = 221+215+145=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 145 (57.03% from 255 or 24.96% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD791 is #22286E. Grayscale: #D1D1D1. Windows color (decimal): -2238575 or 9557981. OLE color: 9557981.

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

Color convert

RGB 221 215 145 -
CMYK 0 0.03 0.34 0.13
HSL 55.26º 0.53% 0.72% -
HSV(B) 55.26º 0.34% 0.87% -
XYZ 59.23 66.02 36.41 -
YUV 208.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 221 215 145 0 0.03 0.34 0.13 55.26 0.53 0.72
Hex DD D7 91 0 3 22 D 37 35 48
Octal 335 327 221 0 3 42 15 67 65 110
Binary 11011101 11010111 10010001 0 11 100010 1101 110111 110101 1001000

Color Harmonies of #DDD791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD791

Black with #DDD791

Text Example


Text Example

White with #DDD791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD791; }

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

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

background-color css

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

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

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

border-color css

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

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

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