Html Css Color HEX #DDD696 Primrose

📋 copy color: '#DDD696'

red 221 ◦ green 214 ◦ blue 150

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

Shades of Primrose #DDD696

Tints of Primrose #DDD696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.58%

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

R = 37.78%
G = 36.58%
B = 25.64%

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

#DDD696 (or 0xDDD696) is known color: Primrose. HEX triplet: DD, D6 and 96. RGB value is (221,214,150). Sum of RGB (Red+Green+Blue) = 221+214+150=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD696 is #222969. Grayscale: #D1D1D1. Windows color (decimal): -2238826 or 9885405. OLE color: 9885405.

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

Color convert

RGB 221 214 150 -
CMYK 0 0.03 0.32 0.13
HSL 54.08º 0.51% 0.73% -
HSV(B) 54.08º 0.32% 0.87% -
XYZ 59.37 65.67 38.4 -
YUV 208.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 221 214 150 0 0.03 0.32 0.13 54.08 0.51 0.73
Hex DD D6 96 0 3 20 D 36 33 49
Octal 335 326 226 0 3 40 15 66 63 111
Binary 11011101 11010110 10010110 0 11 100000 1101 110110 110011 1001001

Color Harmonies of #DDD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD696

Black with #DDD696

Text Example


Text Example

White with #DDD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD696; }

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

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

background-color css

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

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

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

border-color css

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

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

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