Html Css Color HEX #DED391 Primrose

📋 copy color: '#DED391'

red 222 ◦ green 211 ◦ blue 145

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

Shades of Primrose #DED391

Tints of Primrose #DED391

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.51%

 BLUE value IS 145 (57.03% from 255) = 25.09%

R = 38.41%
G = 36.51%
B = 25.09%

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

#DED391 (or 0xDED391) is known color: Primrose. HEX triplet: DE, D3 and 91. RGB value is (222,211,145). Sum of RGB (Red+Green+Blue) = 222+211+145=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 145 (57.03% from 255 or 25.09% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DED391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED391 is #212C6E. Grayscale: #CFCFCF. Windows color (decimal): -2174063 or 9556958. OLE color: 9556958.

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

Color convert

RGB 222 211 145 -
CMYK 0 0.05 0.35 0.13
HSL 51.43º 0.54% 0.72% -
HSV(B) 51.43º 0.35% 0.87% -
XYZ 58.53 64.16 36.09 -
YUV 206.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 222 211 145 0 0.05 0.35 0.13 51.43 0.54 0.72
Hex DE D3 91 0 5 23 D 33 36 48
Octal 336 323 221 0 5 43 15 63 66 110
Binary 11011110 11010011 10010001 0 101 100011 1101 110011 110110 1001000

Color Harmonies of #DED391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED391

Black with #DED391

Text Example


Text Example

White with #DED391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED391; }

 p { color: rgb(222,211,145); }

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

background-color css

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

 a { background-color: rgb(222,211,145); }

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

border-color css

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

 span { border-color: rgb(222,211,145); }

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