Html Css Color HEX #DEDE80 Primrose

📋 copy color: '#DEDE80'

red 222 ◦ green 222 ◦ blue 128

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

Shades of Primrose #DEDE80

Tints of Primrose #DEDE80

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.81%

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

R = 38.81%
G = 38.81%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DEDE80 (or 0xDEDE80) is known color: Primrose. HEX triplet: DE, DE and 80. RGB value is (222,222,128). Sum of RGB (Red+Green+Blue) = 222+222+128=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE80 is #21217F. Grayscale: #D3D3D3. Windows color (decimal): -2171264 or 8445662. OLE color: 8445662.

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

Color convert

RGB 222 222 128 -
CMYK 0 0 0.42 0.13
HSL 60º 0.59% 0.69% -
HSV(B) 60º 0.42% 0.87% -
XYZ 60.14 69.33 30.63 -
YUV 211.28 81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 222 222 128 0 0 0.42 0.13 60 0.59 0.69
Hex DE DE 80 0 0 2A D 3C 3B 45
Octal 336 336 200 0 0 52 15 74 73 105
Binary 11011110 11011110 10000000 0 0 101010 1101 111100 111011 1000101

Color Harmonies of #DEDE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE80

Black with #DEDE80

Text Example


Text Example

White with #DEDE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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