Html Css Color HEX #CCA41A Galliano

📋 copy color: '#CCA41A'

red 204 ◦ green 164 ◦ blue 26

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

Shades of Galliano #CCA41A

Tints of Galliano #CCA41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

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

R = 51.78%
G = 41.62%
B = 6.6%

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

#CCA41A (or 0xCCA41A) is known color: Galliano. HEX triplet: CC, A4 and 1A. RGB value is (204,164,26). Sum of RGB (Red+Green+Blue) = 204+164+26=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA41A is #335BE5. Grayscale: #A0A0A0. Windows color (decimal): -3365862 or 1746124. OLE color: 1746124.

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

Color convert

RGB 204 164 26 -
CMYK 0 0.20 0.87 0.2
HSL 46.52º 0.77% 0.45% -
HSV(B) 46.52º 0.87% 0.8% -
XYZ 38.36 39.46 6.57 -
YUV 160.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 204 164 26 0 0.20 0.87 0.2 46.52 0.77 0.45
Hex CC A4 1A 0 14 57 14 2F 4D 2D
Octal 314 244 32 0 24 127 24 57 115 55
Binary 11001100 10100100 11010 0 10100 1010111 10100 101111 1001101 101101

Color Harmonies of #CCA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA41A

Black with #CCA41A

Text Example


Text Example

White with #CCA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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