#D6DC8D

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

Shades of Primrose #D6DC8D

Tints of Primrose #D6DC8D

Color information

#D6DC8D (or 0xD6DC8D) is unknown color: approx Primrose. HEX triplet: D6, DC and 8D. RGB value is (214,220,141). Sum of RGB (Red+Green+Blue) = 214+220+141=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DC8D is #292372. Grayscale: #D1D1D1. Windows color (decimal): -2696051 or 9297110. OLE color: 9297110.

HSL color Cylindrical-coordinate representation of color #D6DC8D: hue angle of 64.56º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6DC8D is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB214220141-
CMYK0.0300.360.14
HSL64.56º53.02%70.78%-
HSV(B)64.56º35.91%86.27%-
XYZ58.1367.4135.15-
YUV209.289.51131.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=37.22%
G=38.26%
B=24.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201410.0300.360.1464.5653.0270.78
HexD6DC8D3024E413547
Octal32633421530441610165107
Binary110101101101110010001101110100100111010000011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DC8D; }

 p { color: rgb(214,220,141); }

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

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

 a { background-color: rgb(214,220,141); }

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

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

 span { border-color: rgb(214,220,141); }

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