#D5C671

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

Shades of Chenin #D5C671

Tints of Chenin #D5C671

Color information

#D5C671 (or 0xD5C671) is unknown color: approx Chenin. HEX triplet: D5, C6 and 71. RGB value is (213,198,113). Sum of RGB (Red+Green+Blue) = 213+198+113=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C671 is #2A398E. Grayscale: #C1C1C1. Windows color (decimal): -2767247 or 7456469. OLE color: 7456469.

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

Color convert

RGB213198113-
CMYK00.070.470.16
HSL51º54.35%63.92%-
HSV(B)51º46.95%83.53%-
XYZ50.6255.7323.71-
YUV192.882.97142.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 198 (77.73% from 255) = 37.79%
BLUE value IS 113 (44.53% from 255) = 21.56%
R=40.65%
G=37.79%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319811300.070.470.165154.3563.92
HexD5C671072F10333640
Octal3253061610757206366100
Binary110101011100011011100010111101111100001100111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C671; }

 p { color: rgb(213,198,113); }

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

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

 a { background-color: rgb(213,198,113); }

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

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

 span { border-color: rgb(213,198,113); }

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