Html Css Color HEX #DDD796 Primrose

📋 copy color: '#DDD796'

red 221 ◦ green 215 ◦ blue 150

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

Shades of Primrose #DDD796

Tints of Primrose #DDD796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.6%

R = 37.71%
G = 36.69%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDD796 (or 0xDDD796) is known color: Primrose. HEX triplet: DD, D7 and 96. RGB value is (221,215,150). Sum of RGB (Red+Green+Blue) = 221+215+150=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD796 is #222869. Grayscale: #D1D1D1. Windows color (decimal): -2238570 or 9885661. OLE color: 9885661.

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

Color convert

RGB 221 215 150 -
CMYK 0 0.03 0.32 0.13
HSL 54.93º 0.51% 0.73% -
HSV(B) 54.93º 0.32% 0.87% -
XYZ 59.62 66.18 38.48 -
YUV 209.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 221 215 150 0 0.03 0.32 0.13 54.93 0.51 0.73
Hex DD D7 96 0 3 20 D 37 33 49
Octal 335 327 226 0 3 40 15 67 63 111
Binary 11011101 11010111 10010110 0 11 100000 1101 110111 110011 1001001

Color Harmonies of #DDD796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD796

Black with #DDD796

Text Example


Text Example

White with #DDD796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD796; }

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

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

background-color css

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

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

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

border-color css

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

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

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