#CDA615

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

Shades of Galliano #CDA615

Tints of Galliano #CDA615

Color information

#CDA615 (or 0xCDA615) is unknown color: approx Galliano. HEX triplet: CD, A6 and 15. RGB value is (205,166,21). Sum of RGB (Red+Green+Blue) = 205+166+21=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA615 is #3259EA. Grayscale: #A1A1A1. Windows color (decimal): -3299819 or 1418957. OLE color: 1418957.

HSL color Cylindrical-coordinate representation of color #CDA615: hue angle of 47.28º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDA615 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB20516621-
CMYK00.190.900.20
HSL47.28º81.42%44.31%-
HSV(B)47.28º89.76%80.39%-
XYZ38.9540.316.44-
YUV161.1348.92159.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.30%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 21 (8.59% from 255) = 5.36%
R=52.30%
G=42.35%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051662100.190.900.2047.2881.4244.31
HexCDA6150135A142f512c
Octal31524625023132245712154
Binary1100110110100110101010100111011010101001011111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA615; }

 p { color: rgb(205,166,21); }

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

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

 a { background-color: rgb(205,166,21); }

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

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

 span { border-color: rgb(205,166,21); }

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