Html Css Color HEX #DEDE91 Primrose

📋 copy color: '#DEDE91'

red 222 ◦ green 222 ◦ blue 145

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

Shades of Primrose #DEDE91

Tints of Primrose #DEDE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.62%

R = 37.69%
G = 37.69%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DEDE91 (or 0xDEDE91) is known color: Primrose. HEX triplet: DE, DE and 91. RGB value is (222,222,145). Sum of RGB (Red+Green+Blue) = 222+222+145=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE91 is #21216E. Grayscale: #D5D5D5. Windows color (decimal): -2171247 or 9559774. OLE color: 9559774.

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

Color convert

RGB 222 222 145 -
CMYK 0 0 0.35 0.13
HSL 60º 0.54% 0.72% -
HSV(B) 60º 0.35% 0.87% -
XYZ 61.36 69.82 37.03 -
YUV 213.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 222 222 145 0 0 0.35 0.13 60 0.54 0.72
Hex DE DE 91 0 0 23 D 3C 36 48
Octal 336 336 221 0 0 43 15 74 66 110
Binary 11011110 11011110 10010001 0 0 100011 1101 111100 110110 1001000

Color Harmonies of #DEDE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE91

Black with #DEDE91

Text Example


Text Example

White with #DEDE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE91; }

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

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

background-color css

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

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

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

border-color css

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

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

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