Html Css Color HEX #DEDE9C Primrose

📋 copy color: '#DEDE9C'

red 222 ◦ green 222 ◦ blue 156

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

Shades of Primrose #DEDE9C

Tints of Primrose #DEDE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26%

R = 37%
G = 37%
B = 26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DEDE9C (or 0xDEDE9C) is known color: Primrose. HEX triplet: DE, DE and 9C. RGB value is (222,222,156). Sum of RGB (Red+Green+Blue) = 222+222+156=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE9C is #212163. Grayscale: #D6D6D6. Windows color (decimal): -2171236 or 10280670. OLE color: 10280670.

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

Color convert

RGB 222 222 156 -
CMYK 0 0 0.30 0.13
HSL 60º 0.5% 0.74% -
HSV(B) 60º 0.3% 0.87% -
XYZ 62.25 70.17 41.72 -
YUV 214.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 222 222 156 0 0 0.30 0.13 60 0.5 0.74
Hex DE DE 9C 0 0 1E D 3C 32 4A
Octal 336 336 234 0 0 36 15 74 62 112
Binary 11011110 11011110 10011100 0 0 11110 1101 111100 110010 1001010

Color Harmonies of #DEDE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE9C

Black with #DEDE9C

Text Example


Text Example

White with #DEDE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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