Html Css Color HEX #DEDD9A Primrose

📋 copy color: '#DEDD9A'

red 222 ◦ green 221 ◦ blue 154

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

Shades of Primrose #DEDD9A

Tints of Primrose #DEDD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.8%

R = 37.19%
G = 37.02%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEDD9A (or 0xDEDD9A) is known color: Primrose. HEX triplet: DE, DD and 9A. RGB value is (222,221,154). Sum of RGB (Red+Green+Blue) = 222+221+154=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD9A is #212265. Grayscale: #D5D5D5. Windows color (decimal): -2171494 or 10149342. OLE color: 10149342.

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

Color convert

RGB 222 221 154 -
CMYK 0 0.00 0.31 0.13
HSL 59.12º 0.51% 0.74% -
HSV(B) 59.12º 0.31% 0.87% -
XYZ 61.81 69.58 40.74 -
YUV 213.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 222 221 154 0 0.00 0.31 0.13 59.12 0.51 0.74
Hex DE DD 9A 0 0 1F D 3B 33 4A
Octal 336 335 232 0 0 37 15 73 63 112
Binary 11011110 11011101 10011010 0 0 11111 1101 111011 110011 1001010

Color Harmonies of #DEDD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD9A

Black with #DEDD9A

Text Example


Text Example

White with #DEDD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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