Html Css Color HEX #D9D885 Primrose

📋 copy color: '#D9D885'

red 217 ◦ green 216 ◦ blue 133

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

Shades of Primrose #D9D885

Tints of Primrose #D9D885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.16%

 BLUE value IS 133 (52.34% from 255) = 23.5%

R = 38.34%
G = 38.16%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D9D885 (or 0xD9D885) is known color: Primrose. HEX triplet: D9, D8 and 85. RGB value is (217,216,133). Sum of RGB (Red+Green+Blue) = 217+216+133=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D885 is #26277A. Grayscale: #CFCFCF. Windows color (decimal): -2500475 or 8771801. OLE color: 8771801.

HSL color Cylindrical-coordinate representation of color #D9D885: hue angle of 59.29º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9D885 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 216 133 -
CMYK 0 0.00 0.39 0.15
HSL 59.29º 0.53% 0.69% -
HSV(B) 59.29º 0.39% 0.85% -
XYZ 57.4 65.56 31.82 -
YUV 206.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 217 216 133 0 0.00 0.39 0.15 59.29 0.53 0.69
Hex D9 D8 85 0 0 27 F 3B 34 45
Octal 331 330 205 0 0 47 17 73 64 105
Binary 11011001 11011000 10000101 0 0 100111 1111 111011 110100 1000101

Color Harmonies of #D9D885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D885

Black with #D9D885

Text Example


Text Example

White with #D9D885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D885; }

 p { color: rgb(217,216,133); }

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

background-color css

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

 a { background-color: rgb(217,216,133); }

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

border-color css

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

 span { border-color: rgb(217,216,133); }

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