Html Css Color HEX #CBA321 Galliano

📋 copy color: '#CBA321'

red 203 ◦ green 163 ◦ blue 33

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

Shades of Galliano #CBA321

Tints of Galliano #CBA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

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

R = 50.88%
G = 40.85%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBA321 (or 0xCBA321) is known color: Galliano. HEX triplet: CB, A3 and 21. RGB value is (203,163,33). Sum of RGB (Red+Green+Blue) = 203+163+33=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA321 is #345CDE. Grayscale: #A0A0A0. Windows color (decimal): -3431647 or 2204619. OLE color: 2204619.

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

Color convert

RGB 203 163 33 -
CMYK 0 0.20 0.84 0.20
HSL 45.88º 0.72% 0.46% -
HSV(B) 45.88º 0.84% 0.8% -
XYZ 38 39 6.96 -
YUV 160.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 203 163 33 0 0.20 0.84 0.20 45.88 0.72 0.46
Hex CB A3 21 0 14 54 14 2E 48 2E
Octal 313 243 41 0 24 124 24 56 110 56
Binary 11001011 10100011 100001 0 10100 1010100 10100 101110 1001000 101110

Color Harmonies of #CBA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA321

Black with #CBA321

Text Example


Text Example

White with #CBA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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