Html Css Color HEX #DEDC80 Primrose

📋 copy color: '#DEDC80'

red 222 ◦ green 220 ◦ blue 128

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

Shades of Primrose #DEDC80

Tints of Primrose #DEDC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.6%

 BLUE value IS 128 (50.39% from 255) = 22.46%

R = 38.95%
G = 38.6%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DEDC80 (or 0xDEDC80) is known color: Primrose. HEX triplet: DE, DC and 80. RGB value is (222,220,128). Sum of RGB (Red+Green+Blue) = 222+220+128=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC80 is #21237F. Grayscale: #D2D2D2. Windows color (decimal): -2171776 or 8445150. OLE color: 8445150.

HSL color Cylindrical-coordinate representation of color #DEDC80: hue angle of 58.72º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEDC80 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 220 128 -
CMYK 0 0.01 0.42 0.13
HSL 58.72º 0.59% 0.69% -
HSV(B) 58.72º 0.42% 0.87% -
XYZ 59.61 68.27 30.46 -
YUV 210.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 222 220 128 0 0.01 0.42 0.13 58.72 0.59 0.69
Hex DE DC 80 0 1 2A D 3B 3B 45
Octal 336 334 200 0 1 52 15 73 73 105
Binary 11011110 11011100 10000000 0 1 101010 1101 111011 111011 1000101

Color Harmonies of #DEDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC80

Black with #DEDC80

Text Example


Text Example

White with #DEDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC80; }

 p { color: rgb(222,220,128); }

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

background-color css

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

 a { background-color: rgb(222,220,128); }

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

border-color css

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

 span { border-color: rgb(222,220,128); }

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