#D5C967

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

Shades of Chenin #D5C967

Tints of Chenin #D5C967

Color information

#D5C967 (or 0xD5C967) is unknown color: approx Chenin. HEX triplet: D5, C9 and 67. RGB value is (213,201,103). Sum of RGB (Red+Green+Blue) = 213+201+103=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C967 is #2A3698. Grayscale: #C1C1C1. Windows color (decimal): -2766489 or 6801877. OLE color: 6801877.

HSL color Cylindrical-coordinate representation of color #D5C967: hue angle of 53.45º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5C967 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213201103-
CMYK00.060.520.16
HSL53.45º56.7%61.96%-
HSV(B)53.45º51.64%83.53%-
XYZ50.7856.921.14-
YUV193.4276.98141.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 103 (40.62% from 255) = 19.92%
R=41.20%
G=38.88%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320110300.060.520.1653.4556.761.96
HexD5C96706341035393e
Octal325311147066420657176
Binary11010101110010011100111011011010010000110101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C967; }

 p { color: rgb(213,201,103); }

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

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

 a { background-color: rgb(213,201,103); }

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

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

 span { border-color: rgb(213,201,103); }

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