Html Css Color HEX #DDDD86 Primrose

📋 copy color: '#DDDD86'

red 221 ◦ green 221 ◦ blue 134

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

Shades of Primrose #DDDD86

Tints of Primrose #DDDD86

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.37%

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

R = 38.37%
G = 38.37%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDDD86 (or 0xDDDD86) is known color: Primrose. HEX triplet: DD, DD and 86. RGB value is (221,221,134). Sum of RGB (Red+Green+Blue) = 221+221+134=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD86 is #222279. Grayscale: #D3D3D3. Windows color (decimal): -2237050 or 8838621. OLE color: 8838621.

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

Color convert

RGB 221 221 134 -
CMYK 0 0 0.39 0.13
HSL 60º 0.56% 0.7% -
HSV(B) 60º 0.39% 0.87% -
XYZ 59.98 68.81 32.67 -
YUV 211.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 221 221 134 0 0 0.39 0.13 60 0.56 0.7
Hex DD DD 86 0 0 27 D 3C 38 46
Octal 335 335 206 0 0 47 15 74 70 106
Binary 11011101 11011101 10000110 0 0 100111 1101 111100 111000 1000110

Color Harmonies of #DDDD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD86

Black with #DDDD86

Text Example


Text Example

White with #DDDD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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