#D9D68B

Color #D9D68B Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #D9D68B

Tints of Primrose #D9D68B

Color information

#D9D68B (or 0xD9D68B) is unknown color: approx Primrose. HEX triplet: D9, D6 and 8B. RGB value is (217,214,139). Sum of RGB (Red+Green+Blue) = 217+214+139=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D68B is #262974. Grayscale: #CECECE. Windows color (decimal): -2500981 or 9164505. OLE color: 9164505.

HSL color Cylindrical-coordinate representation of color #D9D68B: hue angle of 57.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9D68B is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217214139-
CMYK00.010.360.15
HSL57.69º50.65%69.8%-
HSV(B)57.69º35.94%85.1%-
XYZ57.3264.7133.89-
YUV206.3589.99135.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 139 (54.69% from 255) = 24.39%
R=38.07%
G=37.54%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721413900.010.360.1557.6950.6569.8
HexD9D68B0124F3a3346
Octal3313262130144177263106
Binary1101100111010110100010110110010011111110101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D68B; }

 p { color: rgb(217,214,139); }

 H1.HeaderClassName
 {
   color: #D9D68B;
 }
 .AnyTagClassName
 {
   color: #D9D68B;
 }
</style>
background-color css

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

 a { background-color: rgb(217,214,139); }

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

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

 span { border-color: rgb(217,214,139); }

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