Html Css Color HEX #CBB120 Galliano

📋 copy color: '#CBB120'

red 203 ◦ green 177 ◦ blue 32

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

Shades of Galliano #CBB120

Tints of Galliano #CBB120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.96%

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

R = 49.27%
G = 42.96%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBB120 (or 0xCBB120) is known color: Galliano. HEX triplet: CB, B1 and 20. RGB value is (203,177,32). Sum of RGB (Red+Green+Blue) = 203+177+32=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB120 is #344EDF. Grayscale: #A8A8A8. Windows color (decimal): -3428064 or 2142667. OLE color: 2142667.

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

Color convert

RGB 203 177 32 -
CMYK 0 0.13 0.84 0.20
HSL 50.88º 0.73% 0.46% -
HSV(B) 50.88º 0.84% 0.8% -
XYZ 40.61 44.25 7.77 -
YUV 168.24 51.11 152.79 -
System Red Green Blue C M Y K H S L
Decimal 203 177 32 0 0.13 0.84 0.20 50.88 0.73 0.46
Hex CB B1 20 0 D 54 14 33 49 2E
Octal 313 261 40 0 15 124 24 63 111 56
Binary 11001011 10110001 100000 0 1101 1010100 10100 110011 1001001 101110

Color Harmonies of #CBB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB120

Black with #CBB120

Text Example


Text Example

White with #CBB120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB120; }

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

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

background-color css

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

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

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

border-color css

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

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

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