Html Css Color HEX #DDDF86 Primrose

📋 copy color: '#DDDF86'

red 221 ◦ green 223 ◦ blue 134

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

Shades of Primrose #DDDF86

Tints of Primrose #DDDF86

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.58%

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

R = 38.24%
G = 38.58%
B = 23.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDDF86 (or 0xDDDF86) is known color: Primrose. HEX triplet: DD, DF and 86. RGB value is (221,223,134). Sum of RGB (Red+Green+Blue) = 221+223+134=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF86 is #222079. Grayscale: #D4D4D4. Windows color (decimal): -2236538 or 8839133. OLE color: 8839133.

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

Color convert

RGB 221 223 134 -
CMYK 0.01 0 0.40 0.13
HSL 61.35º 0.58% 0.7% -
HSV(B) 61.35º 0.4% 0.87% -
XYZ 60.51 69.87 32.85 -
YUV 212.26 83.84 134.24 -
System Red Green Blue C M Y K H S L
Decimal 221 223 134 0.01 0 0.40 0.13 61.35 0.58 0.7
Hex DD DF 86 1 0 28 D 3D 3A 46
Octal 335 337 206 1 0 50 15 75 72 106
Binary 11011101 11011111 10000110 1 0 101000 1101 111101 111010 1000110

Color Harmonies of #DDDF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF86

Black with #DDDF86

Text Example


Text Example

White with #DDDF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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