Html Css Color HEX #DDD787 Primrose

📋 copy color: '#DDD787'

red 221 ◦ green 215 ◦ blue 135

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

Shades of Primrose #DDD787

Tints of Primrose #DDD787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.64%

R = 38.7%
G = 37.65%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDD787 (or 0xDDD787) is known color: Primrose. HEX triplet: DD, D7 and 87. RGB value is (221,215,135). Sum of RGB (Red+Green+Blue) = 221+215+135=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 135 (53.12% from 255 or 23.64% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD787 is #222878. Grayscale: #CFCFCF. Windows color (decimal): -2238585 or 8902621. OLE color: 8902621.

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

Color convert

RGB 221 215 135 -
CMYK 0 0.03 0.39 0.13
HSL 55.81º 0.56% 0.7% -
HSV(B) 55.81º 0.39% 0.87% -
XYZ 58.49 65.72 32.52 -
YUV 207.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 221 215 135 0 0.03 0.39 0.13 55.81 0.56 0.7
Hex DD D7 87 0 3 27 D 38 38 46
Octal 335 327 207 0 3 47 15 70 70 106
Binary 11011101 11010111 10000111 0 11 100111 1101 111000 111000 1000110

Color Harmonies of #DDD787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD787

Black with #DDD787

Text Example


Text Example

White with #DDD787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD787; }

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

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

background-color css

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

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

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

border-color css

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

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

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