Html Css Color HEX #DEDE98 Primrose

📋 copy color: '#DEDE98'

red 222 ◦ green 222 ◦ blue 152

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

Shades of Primrose #DEDE98

Tints of Primrose #DEDE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.5%

R = 37.25%
G = 37.25%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEDE98 (or 0xDEDE98) is known color: Primrose. HEX triplet: DE, DE and 98. RGB value is (222,222,152). Sum of RGB (Red+Green+Blue) = 222+222+152=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE98 is #212167. Grayscale: #D6D6D6. Windows color (decimal): -2171240 or 10018526. OLE color: 10018526.

HSL color Cylindrical-coordinate representation of color #DEDE98: hue angle of 60º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEDE98 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 152 -
CMYK 0 0 0.32 0.13
HSL 60º 0.51% 0.73% -
HSV(B) 60º 0.32% 0.87% -
XYZ 61.91 70.04 39.96 -
YUV 214.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 222 222 152 0 0 0.32 0.13 60 0.51 0.73
Hex DE DE 98 0 0 20 D 3C 33 49
Octal 336 336 230 0 0 40 15 74 63 111
Binary 11011110 11011110 10011000 0 0 100000 1101 111100 110011 1001001

Color Harmonies of #DEDE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE98

Black with #DEDE98

Text Example


Text Example

White with #DEDE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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