Html Css Color HEX #CBA320 Galliano

📋 copy color: '#CBA320'

red 203 ◦ green 163 ◦ blue 32

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

Shades of Galliano #CBA320

Tints of Galliano #CBA320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 51.01%
G = 40.95%
B = 8.04%

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

#CBA320 (or 0xCBA320) is known color: Galliano. HEX triplet: CB, A3 and 20. RGB value is (203,163,32). Sum of RGB (Red+Green+Blue) = 203+163+32=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA320 is #345CDF. Grayscale: #A0A0A0. Windows color (decimal): -3431648 or 2139083. OLE color: 2139083.

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

Color convert

RGB 203 163 32 -
CMYK 0 0.20 0.84 0.20
HSL 45.96º 0.73% 0.46% -
HSV(B) 45.96º 0.84% 0.8% -
XYZ 37.99 39 6.89 -
YUV 160.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 203 163 32 0 0.20 0.84 0.20 45.96 0.73 0.46
Hex CB A3 20 0 14 54 14 2E 49 2E
Octal 313 243 40 0 24 124 24 56 111 56
Binary 11001011 10100011 100000 0 10100 1010100 10100 101110 1001001 101110

Color Harmonies of #CBA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA320

Black with #CBA320

Text Example


Text Example

White with #CBA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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