Html Css Color HEX #CBA521 Galliano

📋 copy color: '#CBA521'

red 203 ◦ green 165 ◦ blue 33

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

Shades of Galliano #CBA521

Tints of Galliano #CBA521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.23%

R = 50.62%
G = 41.15%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBA521 (or 0xCBA521) is known color: Galliano. HEX triplet: CB, A5 and 21. RGB value is (203,165,33). Sum of RGB (Red+Green+Blue) = 203+165+33=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA521 is #345ADE. Grayscale: #A1A1A1. Windows color (decimal): -3431135 or 2205131. OLE color: 2205131.

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

Color convert

RGB 203 165 33 -
CMYK 0 0.19 0.84 0.20
HSL 46.59º 0.72% 0.46% -
HSV(B) 46.59º 0.84% 0.8% -
XYZ 38.36 39.72 7.08 -
YUV 161.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 203 165 33 0 0.19 0.84 0.20 46.59 0.72 0.46
Hex CB A5 21 0 13 54 14 2F 48 2E
Octal 313 245 41 0 23 124 24 57 110 56
Binary 11001011 10100101 100001 0 10011 1010100 10100 101111 1001000 101110

Color Harmonies of #CBA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA521

Black with #CBA521

Text Example


Text Example

White with #CBA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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