Html Css Color HEX #DDDB86 Primrose

📋 copy color: '#DDDB86'

red 221 ◦ green 219 ◦ blue 134

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

Shades of Primrose #DDDB86

Tints of Primrose #DDDB86

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.15%

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

R = 38.5%
G = 38.15%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDDB86 (or 0xDDDB86) is known color: Primrose. HEX triplet: DD, DB and 86. RGB value is (221,219,134). Sum of RGB (Red+Green+Blue) = 221+219+134=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB86 is #222479. Grayscale: #D2D2D2. Windows color (decimal): -2237562 or 8838109. OLE color: 8838109.

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

Color convert

RGB 221 219 134 -
CMYK 0 0.01 0.39 0.13
HSL 58.62º 0.56% 0.7% -
HSV(B) 58.62º 0.39% 0.87% -
XYZ 59.45 67.76 32.5 -
YUV 209.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 221 219 134 0 0.01 0.39 0.13 58.62 0.56 0.7
Hex DD DB 86 0 1 27 D 3B 38 46
Octal 335 333 206 0 1 47 15 73 70 106
Binary 11011101 11011011 10000110 0 1 100111 1101 111011 111000 1000110

Color Harmonies of #DDDB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB86

Black with #DDDB86

Text Example


Text Example

White with #DDDB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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