Html Css Color HEX #DEDD9B Primrose

📋 copy color: '#DEDD9B'

red 222 ◦ green 221 ◦ blue 155

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

Shades of Primrose #DEDD9B

Tints of Primrose #DEDD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.92%

R = 37.12%
G = 36.96%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DEDD9B (or 0xDEDD9B) is known color: Primrose. HEX triplet: DE, DD and 9B. RGB value is (222,221,155). Sum of RGB (Red+Green+Blue) = 222+221+155=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD9B is #212264. Grayscale: #D6D6D6. Windows color (decimal): -2171493 or 10214878. OLE color: 10214878.

HSL color Cylindrical-coordinate representation of color #DEDD9B: hue angle of 59.1º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEDD9B is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 221 155 -
CMYK 0 0.00 0.30 0.13
HSL 59.1º 0.5% 0.74% -
HSV(B) 59.1º 0.3% 0.87% -
XYZ 61.9 69.61 41.18 -
YUV 213.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 222 221 155 0 0.00 0.30 0.13 59.1 0.5 0.74
Hex DE DD 9B 0 0 1E D 3B 32 4A
Octal 336 335 233 0 0 36 15 73 62 112
Binary 11011110 11011101 10011011 0 0 11110 1101 111011 110010 1001010

Color Harmonies of #DEDD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD9B

Black with #DEDD9B

Text Example


Text Example

White with #DEDD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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