Html Css Color HEX #DDDE96 Primrose

📋 copy color: '#DDDE96'

red 221 ◦ green 222 ◦ blue 150

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

Shades of Primrose #DDDE96

Tints of Primrose #DDDE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.44%

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

R = 37.27%
G = 37.44%
B = 25.3%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDDE96 (or 0xDDDE96) is known color: Primrose. HEX triplet: DD, DE and 96. RGB value is (221,222,150). Sum of RGB (Red+Green+Blue) = 221+222+150=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE96 is #222169. Grayscale: #D5D5D5. Windows color (decimal): -2236778 or 9887453. OLE color: 9887453.

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

Color convert

RGB 221 222 150 -
CMYK 0.00 0 0.32 0.13
HSL 60.83º 0.52% 0.73% -
HSV(B) 60.83º 0.32% 0.87% -
XYZ 61.45 69.82 39.09 -
YUV 213.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 221 222 150 0.00 0 0.32 0.13 60.83 0.52 0.73
Hex DD DE 96 0 0 20 D 3D 34 49
Octal 335 336 226 0 0 40 15 75 64 111
Binary 11011101 11011110 10010110 0 0 100000 1101 111101 110100 1001001

Color Harmonies of #DDDE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE96

Black with #DDDE96

Text Example


Text Example

White with #DDDE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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