Html Css Color HEX #DEDD95 Primrose

📋 copy color: '#DEDD95'

red 222 ◦ green 221 ◦ blue 149

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

Shades of Primrose #DEDD95

Tints of Primrose #DEDD95

RGB

 RED value IS 222 (87.11% from 255) = 37.5%

 GREEN value IS 221 (86.72% from 255) = 37.33%

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

R = 37.5%
G = 37.33%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DEDD95 (or 0xDEDD95) is known color: Primrose. HEX triplet: DE, DD and 95. RGB value is (222,221,149). Sum of RGB (Red+Green+Blue) = 222+221+149=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD95 is #21226A. Grayscale: #D5D5D5. Windows color (decimal): -2171499 or 9821662. OLE color: 9821662.

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

Color convert

RGB 222 221 149 -
CMYK 0 0.00 0.33 0.13
HSL 59.18º 0.53% 0.73% -
HSV(B) 59.18º 0.33% 0.87% -
XYZ 61.41 69.41 38.6 -
YUV 213.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 222 221 149 0 0.00 0.33 0.13 59.18 0.53 0.73
Hex DE DD 95 0 0 21 D 3B 35 49
Octal 336 335 225 0 0 41 15 73 65 111
Binary 11011110 11011101 10010101 0 0 100001 1101 111011 110101 1001001

Color Harmonies of #DEDD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD95

Black with #DEDD95

Text Example


Text Example

White with #DEDD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD95; }

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

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

background-color css

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

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

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

border-color css

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

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

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