Html Css Color HEX #CCA41C Galliano

📋 copy color: '#CCA41C'

red 204 ◦ green 164 ◦ blue 28

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

Shades of Galliano #CCA41C

Tints of Galliano #CCA41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.07%

R = 51.52%
G = 41.41%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCA41C (or 0xCCA41C) is known color: Galliano. HEX triplet: CC, A4 and 1C. RGB value is (204,164,28). Sum of RGB (Red+Green+Blue) = 204+164+28=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA41C is #335BE3. Grayscale: #A1A1A1. Windows color (decimal): -3365860 or 1877196. OLE color: 1877196.

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

Color convert

RGB 204 164 28 -
CMYK 0 0.20 0.86 0.2
HSL 46.36º 0.76% 0.45% -
HSV(B) 46.36º 0.86% 0.8% -
XYZ 38.39 39.47 6.69 -
YUV 160.46 53.25 159.06 -
System Red Green Blue C M Y K H S L
Decimal 204 164 28 0 0.20 0.86 0.2 46.36 0.76 0.45
Hex CC A4 1C 0 14 56 14 2E 4C 2D
Octal 314 244 34 0 24 126 24 56 114 55
Binary 11001100 10100100 11100 0 10100 1010110 10100 101110 1001100 101101

Color Harmonies of #CCA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA41C

Black with #CCA41C

Text Example


Text Example

White with #CCA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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