Html Css Color HEX #CCA515 Galliano

📋 copy color: '#CCA515'

red 204 ◦ green 165 ◦ blue 21

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

Shades of Galliano #CCA515

Tints of Galliano #CCA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

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

R = 52.31%
G = 42.31%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCA515 (or 0xCCA515) is known color: Galliano. HEX triplet: CC, A5 and 15. RGB value is (204,165,21). Sum of RGB (Red+Green+Blue) = 204+165+21=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA515 is #335AEA. Grayscale: #A0A0A0. Windows color (decimal): -3365611 or 1418700. OLE color: 1418700.

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

Color convert

RGB 204 165 21 -
CMYK 0 0.19 0.90 0.2
HSL 47.21º 0.81% 0.44% -
HSV(B) 47.21º 0.9% 0.8% -
XYZ 38.49 39.8 6.36 -
YUV 160.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 204 165 21 0 0.19 0.90 0.2 47.21 0.81 0.44
Hex CC A5 15 0 13 5A 14 2F 51 2C
Octal 314 245 25 0 23 132 24 57 121 54
Binary 11001100 10100101 10101 0 10011 1011010 10100 101111 1010001 101100

Color Harmonies of #CCA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA515

Black with #CCA515

Text Example


Text Example

White with #CCA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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