Html Css Color HEX #DEDD99 Primrose

📋 copy color: '#DEDD99'

red 222 ◦ green 221 ◦ blue 153

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

Shades of Primrose #DEDD99

Tints of Primrose #DEDD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.67%

R = 37.25%
G = 37.08%
B = 25.67%

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

#DEDD99 (or 0xDEDD99) is known color: Primrose. HEX triplet: DE, DD and 99. RGB value is (222,221,153). Sum of RGB (Red+Green+Blue) = 222+221+153=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD99 is #212266. Grayscale: #D5D5D5. Windows color (decimal): -2171495 or 10083806. OLE color: 10083806.

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

Color convert

RGB 222 221 153 -
CMYK 0 0.00 0.31 0.13
HSL 59.13º 0.51% 0.74% -
HSV(B) 59.13º 0.31% 0.87% -
XYZ 61.73 69.54 40.31 -
YUV 213.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 222 221 153 0 0.00 0.31 0.13 59.13 0.51 0.74
Hex DE DD 99 0 0 1F D 3B 33 4A
Octal 336 335 231 0 0 37 15 73 63 112
Binary 11011110 11011101 10011001 0 0 11111 1101 111011 110011 1001010

Color Harmonies of #DEDD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD99

Black with #DEDD99

Text Example


Text Example

White with #DEDD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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