#CBAD22

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

Shades of Galliano #CBAD22

Tints of Galliano #CBAD22

Color information

#CBAD22 (or 0xCBAD22) is unknown color: approx Galliano. HEX triplet: CB, AD and 22. RGB value is (203,173,34). Sum of RGB (Red+Green+Blue) = 203+173+34=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAD22 is #3452DD. Grayscale: #A6A6A6. Windows color (decimal): -3429086 or 2272715. OLE color: 2272715.

HSL color Cylindrical-coordinate representation of color #CBAD22: hue angle of 49.35º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBAD22 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB20317334-
CMYK00.150.830.20
HSL49.35º71.31%46.47%-
HSV(B)49.35º83.25%79.61%-
XYZ39.8642.77.65-
YUV166.1253.44154.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 34 (13.67% from 255) = 8.29%
R=49.51%
G=42.20%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031733400.150.830.2049.3571.3146.47
HexCBAD220F531431472e
Octal31325542017123246110756
Binary1100101110101101100010011111010011101001100011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD22; }

 p { color: rgb(203,173,34); }

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

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

 a { background-color: rgb(203,173,34); }

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

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

 span { border-color: rgb(203,173,34); }

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