#D5CB67

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

Shades of Chenin #D5CB67

Tints of Chenin #D5CB67

Color information

#D5CB67 (or 0xD5CB67) is unknown color: approx Chenin. HEX triplet: D5, CB and 67. RGB value is (213,203,103). Sum of RGB (Red+Green+Blue) = 213+203+103=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB67 is #2A3498. Grayscale: #C3C3C3. Windows color (decimal): -2765977 or 6802389. OLE color: 6802389.

HSL color Cylindrical-coordinate representation of color #D5CB67: hue angle of 54.55º 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 #D5CB67 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213203103-
CMYK00.050.520.16
HSL54.55º56.7%61.96%-
HSV(B)54.55º51.64%83.53%-
XYZ51.2457.8421.29-
YUV194.5976.31141.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 103 (40.62% from 255) = 19.85%
R=41.04%
G=39.11%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320310300.050.520.1654.5556.761.96
HexD5CB6705341037393e
Octal325313147056420677176
Binary11010101110010111100111010111010010000110111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB67; }

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

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

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

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

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

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

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

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