Html Css Color HEX #DDD795 Primrose

📋 copy color: '#DDD795'

red 221 ◦ green 215 ◦ blue 149

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

Shades of Primrose #DDD795

Tints of Primrose #DDD795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.47%

R = 37.78%
G = 36.75%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD795 (or 0xDDD795) is known color: Primrose. HEX triplet: DD, D7 and 95. RGB value is (221,215,149). Sum of RGB (Red+Green+Blue) = 221+215+149=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD795 is #22286A. Grayscale: #D1D1D1. Windows color (decimal): -2238571 or 9820125. OLE color: 9820125.

HSL color Cylindrical-coordinate representation of color #DDD795: hue angle of 55º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDD795 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 149 -
CMYK 0 0.03 0.33 0.13
HSL 55º 0.51% 0.73% -
HSV(B) 55º 0.33% 0.87% -
XYZ 59.54 66.14 38.06 -
YUV 209.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 221 215 149 0 0.03 0.33 0.13 55 0.51 0.73
Hex DD D7 95 0 3 21 D 37 33 49
Octal 335 327 225 0 3 41 15 67 63 111
Binary 11011101 11010111 10010101 0 11 100001 1101 110111 110011 1001001

Color Harmonies of #DDD795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD795

Black with #DDD795

Text Example


Text Example

White with #DDD795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD795; }

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

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

background-color css

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

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

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

border-color css

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

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

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