#D8D68F

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

Shades of Primrose #D8D68F

Tints of Primrose #D8D68F

Color information

#D8D68F (or 0xD8D68F) is unknown color: approx Primrose. HEX triplet: D8, D6 and 8F. RGB value is (216,214,143). Sum of RGB (Red+Green+Blue) = 216+214+143=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D68F is #272970. Grayscale: #CECECE. Windows color (decimal): -2566513 or 9426648. OLE color: 9426648.

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

Color convert

RGB216214143-
CMYK00.010.340.15
HSL58.36º48.34%70.39%-
HSV(B)58.36º33.8%84.71%-
XYZ57.3264.6835.45-
YUV206.592.16134.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 214 (83.98% from 255) = 37.35%
BLUE value IS 143 (56.25% from 255) = 24.96%
R=37.70%
G=37.35%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621414300.010.340.1558.3648.3470.39
HexD8D68F0122F3a3046
Octal3303262170142177260106
Binary1101100011010110100011110110001011111110101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D68F; }

 p { color: rgb(216,214,143); }

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

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

 a { background-color: rgb(216,214,143); }

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

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

 span { border-color: rgb(216,214,143); }

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