Html Css Color HEX #CCB120 Galliano

📋 copy color: '#CCB120'

red 204 ◦ green 177 ◦ blue 32

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

Shades of Galliano #CCB120

Tints of Galliano #CCB120

RGB

 RED value IS 204 (80.08% from 255) = 49.39%

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

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

R = 49.39%
G = 42.86%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCB120 (or 0xCCB120) is known color: Galliano. HEX triplet: CC, B1 and 20. RGB value is (204,177,32). Sum of RGB (Red+Green+Blue) = 204+177+32=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB120 is #334EDF. Grayscale: #A9A9A9. Windows color (decimal): -3362528 or 2142668. OLE color: 2142668.

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

Color convert

RGB 204 177 32 -
CMYK 0 0.13 0.84 0.2
HSL 50.58º 0.73% 0.46% -
HSV(B) 50.58º 0.84% 0.8% -
XYZ 40.88 44.39 7.78 -
YUV 168.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 204 177 32 0 0.13 0.84 0.2 50.58 0.73 0.46
Hex CC B1 20 0 D 54 14 33 49 2E
Octal 314 261 40 0 15 124 24 63 111 56
Binary 11001100 10110001 100000 0 1101 1010100 10100 110011 1001001 101110

Color Harmonies of #CCB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB120

Black with #CCB120

Text Example


Text Example

White with #CCB120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB120; }

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

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

background-color css

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

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

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

border-color css

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

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

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