#cba429

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

Shades of Galliano #CBA429

Tints of Galliano #CBA429

Color information

#CBA429 (or 0xCBA429) is unknown color: approx Galliano. HEX triplet: CB, A4 and 29. RGB value is (203,164,41). Sum of RGB (Red+Green+Blue) = 203+164+41=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA429 is #345BD6. Grayscale: #A2A2A2. Windows color (decimal): -3431383 or 2729163. OLE color: 2729163.

HSL color Cylindrical-coordinate representation of color #CBA429: hue angle of 45.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBA429 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB20316441-
CMYK00.190.800.20
HSL45.56º66.39%47.84%-
HSV(B)45.56º79.8%79.61%-
XYZ38.339.417.69-
YUV161.6459.92157.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 41 (16.41% from 255) = 10.05%
R=49.75%
G=40.20%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031644100.190.800.2045.5666.3947.84
HexCBA42901350142e4230
Octal31324451023120245610260
Binary11001011101001001010010100111010000101001011101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cba429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cba429; }

 p { color: rgb(203,164,41); }

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

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

 a { background-color: rgb(203,164,41); }

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

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

 span { border-color: rgb(203,164,41); }

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