#D7D38F

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

Shades of Primrose #D7D38F

Tints of Primrose #D7D38F

Color information

#D7D38F (or 0xD7D38F) is unknown color: approx Primrose. HEX triplet: D7, D3 and 8F. RGB value is (215,211,143). Sum of RGB (Red+Green+Blue) = 215+211+143=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D38F is #282C70. Grayscale: #CCCCCC. Windows color (decimal): -2632817 or 9425879. OLE color: 9425879.

HSL color Cylindrical-coordinate representation of color #D7D38F: hue angle of 56.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7D38F is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215211143-
CMYK00.020.330.16
HSL56.67º47.37%70.2%-
HSV(B)56.67º33.49%84.31%-
XYZ56.2863.0235.18-
YUV204.4493.33135.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.79%
GREEN value IS 211 (82.81% from 255) = 37.08%
BLUE value IS 143 (56.25% from 255) = 25.13%
R=37.79%
G=37.08%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521114300.020.330.1656.6747.3770.2
HexD7D38F022110392f46
Octal3273232170241207157106
Binary110101111101001110001111010100001100001110011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D38F; }

 p { color: rgb(215,211,143); }

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

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

 a { background-color: rgb(215,211,143); }

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

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

 span { border-color: rgb(215,211,143); }

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