Html Css Color HEX #CBA523 Galliano

📋 copy color: '#CBA523'

red 203 ◦ green 165 ◦ blue 35

#CBA523
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CBA523

Tints of Galliano #CBA523

RGB

 RED value IS 203 (79.69% from 255) = 50.37%

 GREEN value IS 165 (64.84% from 255) = 40.94%

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 50.37%
G = 40.94%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CBA523 (or 0xCBA523) is known color: Galliano. HEX triplet: CB, A5 and 23. RGB value is (203,165,35). Sum of RGB (Red+Green+Blue) = 203+165+35=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA523 is #345ADC. Grayscale: #A2A2A2. Windows color (decimal): -3431133 or 2336203. OLE color: 2336203.

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

Color convert

RGB 203 165 35 -
CMYK 0 0.19 0.83 0.20
HSL 46.43º 0.71% 0.47% -
HSV(B) 46.43º 0.83% 0.8% -
XYZ 38.39 39.73 7.24 -
YUV 161.54 56.59 157.57 -
System Red Green Blue C M Y K H S L
Decimal 203 165 35 0 0.19 0.83 0.20 46.43 0.71 0.47
Hex CB A5 23 0 13 53 14 2E 47 2F
Octal 313 245 43 0 23 123 24 56 107 57
Binary 11001011 10100101 100011 0 10011 1010011 10100 101110 1000111 101111

Color Harmonies of #CBA523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA523

Black with #CBA523

Text Example


Text Example

White with #CBA523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA523; }

 p { color: rgb(203,165,35); }

 H1.HeaderClassName
 {
   color: #CBA523;
 }
 .AnyTagClassName
 {
   color: #CBA523;
 }
</style>

background-color css

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

 a { background-color: rgb(203,165,35); }

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

border-color css

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

 span { border-color: rgb(203,165,35); }

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