#D9CA69

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

Shades of Chenin #D9CA69

Tints of Chenin #D9CA69

Color information

#D9CA69 (or 0xD9CA69) is unknown color: approx Chenin. HEX triplet: D9, CA and 69. RGB value is (217,202,105). Sum of RGB (Red+Green+Blue) = 217+202+105=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA69 is #263596. Grayscale: #C3C3C3. Windows color (decimal): -2504087 or 6933209. OLE color: 6933209.

HSL color Cylindrical-coordinate representation of color #D9CA69: hue angle of 51.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9CA69 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB217202105-
CMYK00.070.520.15
HSL51.96º59.57%63.14%-
HSV(B)51.96º51.61%85.1%-
XYZ52.2958.0121.81-
YUV195.4376.97143.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 105 (41.41% from 255) = 20.04%
R=41.41%
G=38.55%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720210500.070.520.1551.9659.5763.14
HexD9CA690734F343c3f
Octal331312151076417647477
Binary1101100111001010110100101111101001111110100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA69; }

 p { color: rgb(217,202,105); }

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

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

 a { background-color: rgb(217,202,105); }

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

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

 span { border-color: rgb(217,202,105); }

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