Html Css Color HEX #DED490 Primrose

📋 copy color: '#DED490'

red 222 ◦ green 212 ◦ blue 144

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

Shades of Primrose #DED490

Tints of Primrose #DED490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.91%

R = 38.41%
G = 36.68%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DED490 (or 0xDED490) is known color: Primrose. HEX triplet: DE, D4 and 90. RGB value is (222,212,144). Sum of RGB (Red+Green+Blue) = 222+212+144=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DED490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED490 is #212B6F. Grayscale: #CFCFCF. Windows color (decimal): -2173808 or 9491678. OLE color: 9491678.

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

Color convert

RGB 222 212 144 -
CMYK 0 0.05 0.35 0.13
HSL 52.31º 0.54% 0.72% -
HSV(B) 52.31º 0.35% 0.87% -
XYZ 58.7 64.63 35.77 -
YUV 207.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 222 212 144 0 0.05 0.35 0.13 52.31 0.54 0.72
Hex DE D4 90 0 5 23 D 34 36 48
Octal 336 324 220 0 5 43 15 64 66 110
Binary 11011110 11010100 10010000 0 101 100011 1101 110100 110110 1001000

Color Harmonies of #DED490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED490

Black with #DED490

Text Example


Text Example

White with #DED490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED490; }

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

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

background-color css

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

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

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

border-color css

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

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

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