#D5CB6E

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

Shades of Chenin #D5CB6E

Tints of Chenin #D5CB6E

Color information

#D5CB6E (or 0xD5CB6E) is unknown color: approx Chenin. HEX triplet: D5, CB and 6E. RGB value is (213,203,110). Sum of RGB (Red+Green+Blue) = 213+203+110=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB6E is #2A3491. Grayscale: #C3C3C3. Windows color (decimal): -2765970 or 7261141. OLE color: 7261141.

HSL color Cylindrical-coordinate representation of color #D5CB6E: hue angle of 54.17º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5CB6E is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213203110-
CMYK00.050.480.16
HSL54.17º55.08%63.33%-
HSV(B)54.17º48.36%83.53%-
XYZ51.6157.9823.22-
YUV195.3979.81140.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 110 (43.36% from 255) = 20.91%
R=40.49%
G=38.59%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320311000.050.480.1654.1755.0863.33
HexD5CB6E05301036373f
Octal325313156056020666777
Binary11010101110010111101110010111000010000110110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB6E; }

 p { color: rgb(213,203,110); }

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

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

 a { background-color: rgb(213,203,110); }

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

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

 span { border-color: rgb(213,203,110); }

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