Html Css Color HEX #DDD789 Primrose

📋 copy color: '#DDD789'

red 221 ◦ green 215 ◦ blue 137

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

Shades of Primrose #DDD789

Tints of Primrose #DDD789

RGB

 RED value IS 221 (86.72% from 255) = 38.57%

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

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

R = 38.57%
G = 37.52%
B = 23.91%

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

#DDD789 (or 0xDDD789) is known color: Primrose. HEX triplet: DD, D7 and 89. RGB value is (221,215,137). Sum of RGB (Red+Green+Blue) = 221+215+137=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD789 is #222876. Grayscale: #D0D0D0. Windows color (decimal): -2238583 or 9033693. OLE color: 9033693.

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

Color convert

RGB 221 215 137 -
CMYK 0 0.03 0.38 0.13
HSL 55.71º 0.55% 0.7% -
HSV(B) 55.71º 0.38% 0.87% -
XYZ 58.63 65.78 33.27 -
YUV 207.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 221 215 137 0 0.03 0.38 0.13 55.71 0.55 0.7
Hex DD D7 89 0 3 26 D 38 37 46
Octal 335 327 211 0 3 46 15 70 67 106
Binary 11011101 11010111 10001001 0 11 100110 1101 111000 110111 1000110

Color Harmonies of #DDD789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD789

Black with #DDD789

Text Example


Text Example

White with #DDD789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD789; }

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

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

background-color css

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

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

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

border-color css

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

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

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