Html Css Color HEX #DEDD94 Primrose

📋 copy color: '#DEDD94'

red 222 ◦ green 221 ◦ blue 148

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

Shades of Primrose #DEDD94

Tints of Primrose #DEDD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.04%

R = 37.56%
G = 37.39%
B = 25.04%

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

#DEDD94 (or 0xDEDD94) is known color: Primrose. HEX triplet: DE, DD and 94. RGB value is (222,221,148). Sum of RGB (Red+Green+Blue) = 222+221+148=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD94 is #21226B. Grayscale: #D5D5D5. Windows color (decimal): -2171500 or 9756126. OLE color: 9756126.

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

Color convert

RGB 222 221 148 -
CMYK 0 0.00 0.33 0.13
HSL 59.19º 0.53% 0.73% -
HSV(B) 59.19º 0.33% 0.87% -
XYZ 61.33 69.38 38.18 -
YUV 212.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 222 221 148 0 0.00 0.33 0.13 59.19 0.53 0.73
Hex DE DD 94 0 0 21 D 3B 35 49
Octal 336 335 224 0 0 41 15 73 65 111
Binary 11011110 11011101 10010100 0 0 100001 1101 111011 110101 1001001

Color Harmonies of #DEDD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD94

Black with #DEDD94

Text Example


Text Example

White with #DEDD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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