Html Css Color HEX #DEDD89 Primrose

📋 copy color: '#DEDD89'

red 222 ◦ green 221 ◦ blue 137

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

Shades of Primrose #DEDD89

Tints of Primrose #DEDD89

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.1%

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

R = 38.28%
G = 38.1%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DEDD89 (or 0xDEDD89) is known color: Primrose. HEX triplet: DE, DD and 89. RGB value is (222,221,137). Sum of RGB (Red+Green+Blue) = 222+221+137=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD89 is #212276. Grayscale: #D4D4D4. Windows color (decimal): -2171511 or 9035230. OLE color: 9035230.

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

Color convert

RGB 222 221 137 -
CMYK 0 0.00 0.38 0.13
HSL 59.29º 0.56% 0.7% -
HSV(B) 59.29º 0.38% 0.87% -
XYZ 60.5 69.05 33.81 -
YUV 211.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 222 221 137 0 0.00 0.38 0.13 59.29 0.56 0.7
Hex DE DD 89 0 0 26 D 3B 38 46
Octal 336 335 211 0 0 46 15 73 70 106
Binary 11011110 11011101 10001001 0 0 100110 1101 111011 111000 1000110

Color Harmonies of #DEDD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD89

Black with #DEDD89

Text Example


Text Example

White with #DEDD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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