#D8D38B

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

Shades of Primrose #D8D38B

Tints of Primrose #D8D38B

Color information

#D8D38B (or 0xD8D38B) is unknown color: approx Primrose. HEX triplet: D8, D3 and 8B. RGB value is (216,211,139). Sum of RGB (Red+Green+Blue) = 216+211+139=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D38B is #272C74. Grayscale: #CCCCCC. Windows color (decimal): -2567285 or 9163736. OLE color: 9163736.

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

Color convert

RGB216211139-
CMYK00.020.360.15
HSL56.1º49.68%69.61%-
HSV(B)56.1º35.65%84.71%-
XYZ56.2763.0533.63-
YUV204.2991.16136.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 211 (82.81% from 255) = 37.28%
BLUE value IS 139 (54.69% from 255) = 24.56%
R=38.16%
G=37.28%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621113900.020.360.1556.149.6869.61
HexD8D38B0224F383246
Octal3303232130244177062106
Binary11011000110100111000101101010010011111110001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D38B; }

 p { color: rgb(216,211,139); }

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

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

 a { background-color: rgb(216,211,139); }

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

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

 span { border-color: rgb(216,211,139); }

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