Html Css Color HEX #DEDA98 Primrose

📋 copy color: '#DEDA98'

red 222 ◦ green 218 ◦ blue 152

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

Shades of Primrose #DEDA98

Tints of Primrose #DEDA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.82%

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

R = 37.5%
G = 36.82%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEDA98 (or 0xDEDA98) is known color: Primrose. HEX triplet: DE, DA and 98. RGB value is (222,218,152). Sum of RGB (Red+Green+Blue) = 222+218+152=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA98 is #212567. Grayscale: #D3D3D3. Windows color (decimal): -2172264 or 10017502. OLE color: 10017502.

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

Color convert

RGB 222 218 152 -
CMYK 0 0.02 0.32 0.13
HSL 56.57º 0.51% 0.73% -
HSV(B) 56.57º 0.32% 0.87% -
XYZ 60.86 67.94 39.61 -
YUV 211.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 222 218 152 0 0.02 0.32 0.13 56.57 0.51 0.73
Hex DE DA 98 0 2 20 D 39 33 49
Octal 336 332 230 0 2 40 15 71 63 111
Binary 11011110 11011010 10011000 0 10 100000 1101 111001 110011 1001001

Color Harmonies of #DEDA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA98

Black with #DEDA98

Text Example


Text Example

White with #DEDA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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