Html Css Color HEX #CBA328 Galliano

📋 copy color: '#CBA328'

red 203 ◦ green 163 ◦ blue 40

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

Shades of Galliano #CBA328

Tints of Galliano #CBA328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.85%

R = 50%
G = 40.15%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBA328 (or 0xCBA328) is known color: Galliano. HEX triplet: CB, A3 and 28. RGB value is (203,163,40). Sum of RGB (Red+Green+Blue) = 203+163+40=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA328 is #345CD7. Grayscale: #A1A1A1. Windows color (decimal): -3431640 or 2663371. OLE color: 2663371.

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

Color convert

RGB 203 163 40 -
CMYK 0 0.20 0.80 0.20
HSL 45.28º 0.67% 0.48% -
HSV(B) 45.28º 0.8% 0.8% -
XYZ 38.11 39.04 7.54 -
YUV 160.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 203 163 40 0 0.20 0.80 0.20 45.28 0.67 0.48
Hex CB A3 28 0 14 50 14 2D 43 30
Octal 313 243 50 0 24 120 24 55 103 60
Binary 11001011 10100011 101000 0 10100 1010000 10100 101101 1000011 110000

Color Harmonies of #CBA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA328

Black with #CBA328

Text Example


Text Example

White with #CBA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA328; }

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

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

background-color css

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

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

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

border-color css

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

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

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