Html Css Color HEX #CBA529 Galliano

📋 copy color: '#CBA529'

red 203 ◦ green 165 ◦ blue 41

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

Shades of Galliano #CBA529

Tints of Galliano #CBA529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.02%

R = 49.63%
G = 40.34%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBA529 (or 0xCBA529) is known color: Galliano. HEX triplet: CB, A5 and 29. RGB value is (203,165,41). Sum of RGB (Red+Green+Blue) = 203+165+41=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA529 is #345AD6. Grayscale: #A2A2A2. Windows color (decimal): -3431127 or 2729419. OLE color: 2729419.

HSL color Cylindrical-coordinate representation of color #CBA529: hue angle of 45.93º 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 #CBA529 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 41 -
CMYK 0 0.19 0.80 0.20
HSL 45.93º 0.66% 0.48% -
HSV(B) 45.93º 0.8% 0.8% -
XYZ 38.48 39.77 7.75 -
YUV 162.23 59.59 157.08 -
System Red Green Blue C M Y K H S L
Decimal 203 165 41 0 0.19 0.80 0.20 45.93 0.66 0.48
Hex CB A5 29 0 13 50 14 2E 42 30
Octal 313 245 51 0 23 120 24 56 102 60
Binary 11001011 10100101 101001 0 10011 1010000 10100 101110 1000010 110000

Color Harmonies of #CBA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA529

Black with #CBA529

Text Example


Text Example

White with #CBA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA529; }

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

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

background-color css

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

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

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

border-color css

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

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

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