Html Css Color HEX #DED493 Primrose

📋 copy color: '#DED493'

red 222 ◦ green 212 ◦ blue 147

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

Shades of Primrose #DED493

Tints of Primrose #DED493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.3%

R = 38.21%
G = 36.49%
B = 25.3%

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

#DED493 (or 0xDED493) is known color: Primrose. HEX triplet: DE, D4 and 93. RGB value is (222,212,147). Sum of RGB (Red+Green+Blue) = 222+212+147=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DED493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED493 is #212B6C. Grayscale: #CFCFCF. Windows color (decimal): -2173805 or 9688286. OLE color: 9688286.

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

Color convert

RGB 222 212 147 -
CMYK 0 0.05 0.34 0.13
HSL 52º 0.53% 0.72% -
HSV(B) 52º 0.34% 0.87% -
XYZ 58.93 64.72 36.99 -
YUV 207.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 222 212 147 0 0.05 0.34 0.13 52 0.53 0.72
Hex DE D4 93 0 5 22 D 34 35 48
Octal 336 324 223 0 5 42 15 64 65 110
Binary 11011110 11010100 10010011 0 101 100010 1101 110100 110101 1001000

Color Harmonies of #DED493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED493

Black with #DED493

Text Example


Text Example

White with #DED493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED493; }

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

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

background-color css

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

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

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

border-color css

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

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

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