Html Css Color HEX #CCA11B Galliano

📋 copy color: '#CCA11B'

red 204 ◦ green 161 ◦ blue 27

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

Shades of Galliano #CCA11B

Tints of Galliano #CCA11B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.07%

 BLUE value IS 27 (10.94% from 255) = 6.89%

R = 52.04%
G = 41.07%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCA11B (or 0xCCA11B) is known color: Galliano. HEX triplet: CC, A1 and 1B. RGB value is (204,161,27). Sum of RGB (Red+Green+Blue) = 204+161+27=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA11B is #335EE4. Grayscale: #9F9F9F. Windows color (decimal): -3366629 or 1810892. OLE color: 1810892.

HSL color Cylindrical-coordinate representation of color #CCA11B: hue angle of 45.42º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCA11B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 27 -
CMYK 0 0.21 0.87 0.2
HSL 45.42º 0.77% 0.45% -
HSV(B) 45.42º 0.87% 0.8% -
XYZ 37.84 38.41 6.46 -
YUV 158.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 204 161 27 0 0.21 0.87 0.2 45.42 0.77 0.45
Hex CC A1 1B 0 15 57 14 2D 4D 2D
Octal 314 241 33 0 25 127 24 55 115 55
Binary 11001100 10100001 11011 0 10101 1010111 10100 101101 1001101 101101

Color Harmonies of #CCA11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA11B

Black with #CCA11B

Text Example


Text Example

White with #CCA11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA11B; }

 p { color: rgb(204,161,27); }

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

background-color css

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

 a { background-color: rgb(204,161,27); }

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

border-color css

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

 span { border-color: rgb(204,161,27); }

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