Html Css Color HEX #DDDB96 Primrose

📋 copy color: '#DDDB96'

red 221 ◦ green 219 ◦ blue 150

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

Shades of Primrose #DDDB96

Tints of Primrose #DDDB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.12%

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

R = 37.46%
G = 37.12%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDDB96 (or 0xDDDB96) is known color: Primrose. HEX triplet: DD, DB and 96. RGB value is (221,219,150). Sum of RGB (Red+Green+Blue) = 221+219+150=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB96 is #222469. Grayscale: #D4D4D4. Windows color (decimal): -2237546 or 9886685. OLE color: 9886685.

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

Color convert

RGB 221 219 150 -
CMYK 0 0.01 0.32 0.13
HSL 58.31º 0.51% 0.73% -
HSV(B) 58.31º 0.32% 0.87% -
XYZ 60.66 68.24 38.83 -
YUV 211.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 221 219 150 0 0.01 0.32 0.13 58.31 0.51 0.73
Hex DD DB 96 0 1 20 D 3A 33 49
Octal 335 333 226 0 1 40 15 72 63 111
Binary 11011101 11011011 10010110 0 1 100000 1101 111010 110011 1001001

Color Harmonies of #DDDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB96

Black with #DDDB96

Text Example


Text Example

White with #DDDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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