Html Css Color HEX #DEDD92 Primrose

📋 copy color: '#DEDD92'

red 222 ◦ green 221 ◦ blue 146

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

Shades of Primrose #DEDD92

Tints of Primrose #DEDD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.79%

R = 37.69%
G = 37.52%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DEDD92 (or 0xDEDD92) is known color: Primrose. HEX triplet: DE, DD and 92. RGB value is (222,221,146). Sum of RGB (Red+Green+Blue) = 222+221+146=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD92 is #21226D. Grayscale: #D5D5D5. Windows color (decimal): -2171502 or 9625054. OLE color: 9625054.

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

Color convert

RGB 222 221 146 -
CMYK 0 0.00 0.34 0.13
HSL 59.21º 0.54% 0.72% -
HSV(B) 59.21º 0.34% 0.87% -
XYZ 61.17 69.32 37.35 -
YUV 212.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 222 221 146 0 0.00 0.34 0.13 59.21 0.54 0.72
Hex DE DD 92 0 0 22 D 3B 36 48
Octal 336 335 222 0 0 42 15 73 66 110
Binary 11011110 11011101 10010010 0 0 100010 1101 111011 110110 1001000

Color Harmonies of #DEDD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD92

Black with #DEDD92

Text Example


Text Example

White with #DEDD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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