Html Css Color HEX #CCA415 Galliano

📋 copy color: '#CCA415'

red 204 ◦ green 164 ◦ blue 21

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

Shades of Galliano #CCA415

Tints of Galliano #CCA415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 52.44%
G = 42.16%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCA415 (or 0xCCA415) is known color: Galliano. HEX triplet: CC, A4 and 15. RGB value is (204,164,21). Sum of RGB (Red+Green+Blue) = 204+164+21=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA415 is #335BEA. Grayscale: #A0A0A0. Windows color (decimal): -3365867 or 1418444. OLE color: 1418444.

HSL color Cylindrical-coordinate representation of color #CCA415: hue angle of 46.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCA415 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 21 -
CMYK 0 0.20 0.90 0.2
HSL 46.89º 0.81% 0.44% -
HSV(B) 46.89º 0.9% 0.8% -
XYZ 38.31 39.44 6.3 -
YUV 159.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 204 164 21 0 0.20 0.90 0.2 46.89 0.81 0.44
Hex CC A4 15 0 14 5A 14 2F 51 2C
Octal 314 244 25 0 24 132 24 57 121 54
Binary 11001100 10100100 10101 0 10100 1011010 10100 101111 1010001 101100

Color Harmonies of #CCA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA415

Black with #CCA415

Text Example


Text Example

White with #CCA415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA415; }

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

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

background-color css

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

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

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

border-color css

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

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

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