Html Css Color HEX #DDDE86 Primrose

📋 copy color: '#DDDE86'

red 221 ◦ green 222 ◦ blue 134

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

Shades of Primrose #DDDE86

Tints of Primrose #DDDE86

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.47%

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

R = 38.3%
G = 38.47%
B = 23.22%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDDE86 (or 0xDDDE86) is known color: Primrose. HEX triplet: DD, DE and 86. RGB value is (221,222,134). Sum of RGB (Red+Green+Blue) = 221+222+134=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE86 is #222179. Grayscale: #D4D4D4. Windows color (decimal): -2236794 or 8838877. OLE color: 8838877.

HSL color Cylindrical-coordinate representation of color #DDDE86: hue angle of 60.68º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDDE86 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 134 -
CMYK 0.00 0 0.40 0.13
HSL 60.68º 0.57% 0.7% -
HSV(B) 60.68º 0.4% 0.87% -
XYZ 60.24 69.34 32.76 -
YUV 211.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 221 222 134 0.00 0 0.40 0.13 60.68 0.57 0.7
Hex DD DE 86 0 0 28 D 3D 39 46
Octal 335 336 206 0 0 50 15 75 71 106
Binary 11011101 11011110 10000110 0 0 101000 1101 111101 111001 1000110

Color Harmonies of #DDDE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE86

Black with #DDDE86

Text Example


Text Example

White with #DDDE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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