#D9D68A

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

Shades of Primrose #D9D68A

Tints of Primrose #D9D68A

Color information

#D9D68A (or 0xD9D68A) is unknown color: approx Primrose. HEX triplet: D9, D6 and 8A. RGB value is (217,214,138). Sum of RGB (Red+Green+Blue) = 217+214+138=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D68A is #262975. Grayscale: #CECECE. Windows color (decimal): -2500982 or 9098969. OLE color: 9098969.

HSL color Cylindrical-coordinate representation of color #D9D68A: hue angle of 57.72º 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 #D9D68A is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217214138-
CMYK00.010.360.15
HSL57.72º50.97%69.61%-
HSV(B)57.72º36.41%85.1%-
XYZ57.2564.6833.51-
YUV206.2389.49135.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 138 (54.30% from 255) = 24.25%
R=38.14%
G=37.61%
B=24.25%

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
Decimal21721413800.010.360.1557.7250.9769.61
HexD9D68A0124F3a3346
Octal3313262120144177263106
Binary1101100111010110100010100110010011111110101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D68A; }

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

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

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

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

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

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

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

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