Html Css Color HEX #CCA31A Galliano

📋 copy color: '#CCA31A'

red 204 ◦ green 163 ◦ blue 26

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

Shades of Galliano #CCA31A

Tints of Galliano #CCA31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.62%

R = 51.91%
G = 41.48%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCA31A (or 0xCCA31A) is known color: Galliano. HEX triplet: CC, A3 and 1A. RGB value is (204,163,26). Sum of RGB (Red+Green+Blue) = 204+163+26=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA31A is #335CE5. Grayscale: #A0A0A0. Windows color (decimal): -3366118 or 1745868. OLE color: 1745868.

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

Color convert

RGB 204 163 26 -
CMYK 0 0.20 0.87 0.2
HSL 46.18º 0.77% 0.45% -
HSV(B) 46.18º 0.87% 0.8% -
XYZ 38.19 39.11 6.51 -
YUV 159.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 204 163 26 0 0.20 0.87 0.2 46.18 0.77 0.45
Hex CC A3 1A 0 14 57 14 2E 4D 2D
Octal 314 243 32 0 24 127 24 56 115 55
Binary 11001100 10100011 11010 0 10100 1010111 10100 101110 1001101 101101

Color Harmonies of #CCA31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA31A

Black with #CCA31A

Text Example


Text Example

White with #CCA31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA31A; }

 p { color: rgb(204,163,26); }

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

background-color css

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

 a { background-color: rgb(204,163,26); }

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

border-color css

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

 span { border-color: rgb(204,163,26); }

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