Html Css Color HEX #DDD788 Primrose

📋 copy color: '#DDD788'

red 221 ◦ green 215 ◦ blue 136

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

Shades of Primrose #DDD788

Tints of Primrose #DDD788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.78%

R = 38.64%
G = 37.59%
B = 23.78%

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

#DDD788 (or 0xDDD788) is known color: Primrose. HEX triplet: DD, D7 and 88. RGB value is (221,215,136). Sum of RGB (Red+Green+Blue) = 221+215+136=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD788 is #222877. Grayscale: #D0D0D0. Windows color (decimal): -2238584 or 8968157. OLE color: 8968157.

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

Color convert

RGB 221 215 136 -
CMYK 0 0.03 0.38 0.13
HSL 55.76º 0.56% 0.7% -
HSV(B) 55.76º 0.38% 0.87% -
XYZ 58.56 65.75 32.9 -
YUV 207.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 221 215 136 0 0.03 0.38 0.13 55.76 0.56 0.7
Hex DD D7 88 0 3 26 D 38 38 46
Octal 335 327 210 0 3 46 15 70 70 106
Binary 11011101 11010111 10001000 0 11 100110 1101 111000 111000 1000110

Color Harmonies of #DDD788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD788

Black with #DDD788

Text Example


Text Example

White with #DDD788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD788; }

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

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

background-color css

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

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

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

border-color css

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

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

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