Html Css Color HEX #DEDE89 Primrose

📋 copy color: '#DEDE89'

red 222 ◦ green 222 ◦ blue 137

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

Shades of Primrose #DEDE89

Tints of Primrose #DEDE89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 23.58%

R = 38.21%
G = 38.21%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DEDE89 (or 0xDEDE89) is known color: Primrose. HEX triplet: DE, DE and 89. RGB value is (222,222,137). Sum of RGB (Red+Green+Blue) = 222+222+137=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 137 (53.91% from 255 or 23.58% from 581); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE89 is #212176. Grayscale: #D4D4D4. Windows color (decimal): -2171255 or 9035486. OLE color: 9035486.

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

Color convert

RGB 222 222 137 -
CMYK 0 0 0.38 0.13
HSL 60º 0.56% 0.7% -
HSV(B) 60º 0.38% 0.87% -
XYZ 60.76 69.58 33.89 -
YUV 212.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 222 222 137 0 0 0.38 0.13 60 0.56 0.7
Hex DE DE 89 0 0 26 D 3C 38 46
Octal 336 336 211 0 0 46 15 74 70 106
Binary 11011110 11011110 10001001 0 0 100110 1101 111100 111000 1000110

Color Harmonies of #DEDE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE89

Black with #DEDE89

Text Example


Text Example

White with #DEDE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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