Html Css Color HEX #D9DF86 Primrose

📋 copy color: '#D9DF86'

red 217 ◦ green 223 ◦ blue 134

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

Shades of Primrose #D9DF86

Tints of Primrose #D9DF86

RGB

 RED value IS 217 (85.16% from 255) = 37.8%

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

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

R = 37.8%
G = 38.85%
B = 23.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#D9DF86 (or 0xD9DF86) is known color: Primrose. HEX triplet: D9, DF and 86. RGB value is (217,223,134). Sum of RGB (Red+Green+Blue) = 217+223+134=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF86 is #262079. Grayscale: #D3D3D3. Windows color (decimal): -2498682 or 8839129. OLE color: 8839129.

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

Color convert

RGB 217 223 134 -
CMYK 0.03 0 0.40 0.13
HSL 64.04º 0.58% 0.7% -
HSV(B) 64.04º 0.4% 0.87% -
XYZ 59.31 69.25 32.79 -
YUV 211.06 84.51 132.24 -
System Red Green Blue C M Y K H S L
Decimal 217 223 134 0.03 0 0.40 0.13 64.04 0.58 0.7
Hex D9 DF 86 3 0 28 D 40 3A 46
Octal 331 337 206 3 0 50 15 100 72 106
Binary 11011001 11011111 10000110 11 0 101000 1101 1000000 111010 1000110

Color Harmonies of #D9DF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DF86

Black with #D9DF86

Text Example


Text Example

White with #D9DF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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