Html Css Color HEX #DEDC98 Primrose

📋 copy color: '#DEDC98'

red 222 ◦ green 220 ◦ blue 152

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

Shades of Primrose #DEDC98

Tints of Primrose #DEDC98

RGB

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

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

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

R = 37.37%
G = 37.04%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEDC98 (or 0xDEDC98) is known color: Primrose. HEX triplet: DE, DC and 98. RGB value is (222,220,152). Sum of RGB (Red+Green+Blue) = 222+220+152=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 152 (59.77% from 255 or 25.59% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC98 is #212367. Grayscale: #D5D5D5. Windows color (decimal): -2171752 or 10018014. OLE color: 10018014.

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

Color convert

RGB 222 220 152 -
CMYK 0 0.01 0.32 0.13
HSL 58.29º 0.51% 0.73% -
HSV(B) 58.29º 0.32% 0.87% -
XYZ 61.38 68.98 39.79 -
YUV 212.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 222 220 152 0 0.01 0.32 0.13 58.29 0.51 0.73
Hex DE DC 98 0 1 20 D 3A 33 49
Octal 336 334 230 0 1 40 15 72 63 111
Binary 11011110 11011100 10011000 0 1 100000 1101 111010 110011 1001001

Color Harmonies of #DEDC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC98

Black with #DEDC98

Text Example


Text Example

White with #DEDC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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