Html Css Color HEX #DEDE97 Primrose

📋 copy color: '#DEDE97'

red 222 ◦ green 222 ◦ blue 151

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

Shades of Primrose #DEDE97

Tints of Primrose #DEDE97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.38%

R = 37.31%
G = 37.31%
B = 25.38%

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

#DEDE97 (or 0xDEDE97) is known color: Primrose. HEX triplet: DE, DE and 97. RGB value is (222,222,151). Sum of RGB (Red+Green+Blue) = 222+222+151=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE97 is #212168. Grayscale: #D6D6D6. Windows color (decimal): -2171241 or 9952990. OLE color: 9952990.

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

Color convert

RGB 222 222 151 -
CMYK 0 0 0.32 0.13
HSL 60º 0.52% 0.73% -
HSV(B) 60º 0.32% 0.87% -
XYZ 61.83 70.01 39.53 -
YUV 213.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 222 222 151 0 0 0.32 0.13 60 0.52 0.73
Hex DE DE 97 0 0 20 D 3C 34 49
Octal 336 336 227 0 0 40 15 74 64 111
Binary 11011110 11011110 10010111 0 0 100000 1101 111100 110100 1001001

Color Harmonies of #DEDE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE97

Black with #DEDE97

Text Example


Text Example

White with #DEDE97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE97; }

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

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

background-color css

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

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

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

border-color css

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

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

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