Html Css Color HEX #DED492 Primrose

📋 copy color: '#DED492'

red 222 ◦ green 212 ◦ blue 146

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

Shades of Primrose #DED492

Tints of Primrose #DED492

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.55%

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

R = 38.28%
G = 36.55%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DED492 (or 0xDED492) is known color: Primrose. HEX triplet: DE, D4 and 92. RGB value is (222,212,146). Sum of RGB (Red+Green+Blue) = 222+212+146=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DED492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED492 is #212B6D. Grayscale: #CFCFCF. Windows color (decimal): -2173806 or 9622750. OLE color: 9622750.

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

Color convert

RGB 222 212 146 -
CMYK 0 0.05 0.34 0.13
HSL 52.11º 0.54% 0.72% -
HSV(B) 52.11º 0.34% 0.87% -
XYZ 58.86 64.69 36.58 -
YUV 207.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 222 212 146 0 0.05 0.34 0.13 52.11 0.54 0.72
Hex DE D4 92 0 5 22 D 34 36 48
Octal 336 324 222 0 5 42 15 64 66 110
Binary 11011110 11010100 10010010 0 101 100010 1101 110100 110110 1001000

Color Harmonies of #DED492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED492

Black with #DED492

Text Example


Text Example

White with #DED492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED492; }

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

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

background-color css

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

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

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

border-color css

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

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

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