Html Css Color HEX #DDD986 Primrose

📋 copy color: '#DDD986'

red 221 ◦ green 217 ◦ blue 134

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

Shades of Primrose #DDD986

Tints of Primrose #DDD986

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.94%

 BLUE value IS 134 (52.73% from 255) = 23.43%

R = 38.64%
G = 37.94%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDD986 (or 0xDDD986) is known color: Primrose. HEX triplet: DD, D9 and 86. RGB value is (221,217,134). Sum of RGB (Red+Green+Blue) = 221+217+134=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD986 is #222679. Grayscale: #D1D1D1. Windows color (decimal): -2238074 or 8837597. OLE color: 8837597.

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

Color convert

RGB 221 217 134 -
CMYK 0 0.02 0.39 0.13
HSL 57.24º 0.56% 0.7% -
HSV(B) 57.24º 0.39% 0.87% -
XYZ 58.93 66.72 32.33 -
YUV 208.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 221 217 134 0 0.02 0.39 0.13 57.24 0.56 0.7
Hex DD D9 86 0 2 27 D 39 38 46
Octal 335 331 206 0 2 47 15 71 70 106
Binary 11011101 11011001 10000110 0 10 100111 1101 111001 111000 1000110

Color Harmonies of #DDD986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD986

Black with #DDD986

Text Example


Text Example

White with #DDD986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD986; }

 p { color: rgb(221,217,134); }

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

background-color css

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

 a { background-color: rgb(221,217,134); }

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

border-color css

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

 span { border-color: rgb(221,217,134); }

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