Html Css Color HEX #DED789 Primrose

📋 copy color: '#DED789'

red 222 ◦ green 215 ◦ blue 137

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

Shades of Primrose #DED789

Tints of Primrose #DED789

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.46%

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

R = 38.68%
G = 37.46%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DED789 (or 0xDED789) is known color: Primrose. HEX triplet: DE, D7 and 89. RGB value is (222,215,137). Sum of RGB (Red+Green+Blue) = 222+215+137=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 137 (53.91% from 255 or 23.87% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DED789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED789 is #212876. Grayscale: #D0D0D0. Windows color (decimal): -2173047 or 9033694. OLE color: 9033694.

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

Color convert

RGB 222 215 137 -
CMYK 0 0.03 0.38 0.13
HSL 55.06º 0.56% 0.7% -
HSV(B) 55.06º 0.38% 0.87% -
XYZ 58.94 65.94 33.29 -
YUV 208.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 222 215 137 0 0.03 0.38 0.13 55.06 0.56 0.7
Hex DE D7 89 0 3 26 D 37 38 46
Octal 336 327 211 0 3 46 15 67 70 106
Binary 11011110 11010111 10001001 0 11 100110 1101 110111 111000 1000110

Color Harmonies of #DED789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED789

Black with #DED789

Text Example


Text Example

White with #DED789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED789; }

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

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

background-color css

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

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

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

border-color css

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

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

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