#CDAC17

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

Shades of Galliano #CDAC17

Tints of Galliano #CDAC17

Color information

#CDAC17 (or 0xCDAC17) is unknown color: approx Galliano. HEX triplet: CD, AC and 17. RGB value is (205,172,23). Sum of RGB (Red+Green+Blue) = 205+172+23=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAC17 is #3253E8. Grayscale: #A5A5A5. Windows color (decimal): -3298281 or 1551565. OLE color: 1551565.

HSL color Cylindrical-coordinate representation of color #CDAC17: hue angle of 49.12º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDAC17 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB20517223-
CMYK00.160.890.20
HSL49.12º79.82%44.71%-
HSV(B)49.12º88.78%80.39%-
XYZ40.0842.556.91-
YUV164.8847.93156.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.25%
GREEN value IS 172 (67.58% from 255) = 43%
BLUE value IS 23 (9.38% from 255) = 5.75%
R=51.25%
G=43%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051722300.160.890.2049.1279.8244.71
HexCDAC17010591431502d
Octal31525427020131246112055
Binary1100110110101100101110100001011001101001100011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAC17; }

 p { color: rgb(205,172,23); }

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

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

 a { background-color: rgb(205,172,23); }

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

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

 span { border-color: rgb(205,172,23); }

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