Html Css Color HEX #D9DC88 Primrose

📋 copy color: '#D9DC88'

red 217 ◦ green 220 ◦ blue 136

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

Shades of Primrose #D9DC88

Tints of Primrose #D9DC88

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.39%

 BLUE value IS 136 (53.52% from 255) = 23.73%

R = 37.87%
G = 38.39%
B = 23.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#D9DC88 (or 0xD9DC88) is known color: Primrose. HEX triplet: D9, DC and 88. RGB value is (217,220,136). Sum of RGB (Red+Green+Blue) = 217+220+136=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC88 is #262377. Grayscale: #D1D1D1. Windows color (decimal): -2499448 or 8969433. OLE color: 8969433.

HSL color Cylindrical-coordinate representation of color #D9DC88: hue angle of 62.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9DC88 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 136 -
CMYK 0.01 0 0.38 0.14
HSL 62.14º 0.55% 0.7% -
HSV(B) 62.14º 0.38% 0.86% -
XYZ 58.65 67.72 33.27 -
YUV 209.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 217 220 136 0.01 0 0.38 0.14 62.14 0.55 0.7
Hex D9 DC 88 1 0 26 E 3E 37 46
Octal 331 334 210 1 0 46 16 76 67 106
Binary 11011001 11011100 10001000 1 0 100110 1110 111110 110111 1000110

Color Harmonies of #D9DC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC88

Black with #D9DC88

Text Example


Text Example

White with #D9DC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC88; }

 p { color: rgb(217,220,136); }

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

background-color css

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

 a { background-color: rgb(217,220,136); }

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

border-color css

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

 span { border-color: rgb(217,220,136); }

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