Html Css Color HEX #CCA514 Galliano

📋 copy color: '#CCA514'

red 204 ◦ green 165 ◦ blue 20

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

Shades of Galliano #CCA514

Tints of Galliano #CCA514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 52.44%
G = 42.42%
B = 5.14%

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

#CCA514 (or 0xCCA514) is known color: Galliano. HEX triplet: CC, A5 and 14. RGB value is (204,165,20). Sum of RGB (Red+Green+Blue) = 204+165+20=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA514 is #335AEB. Grayscale: #A0A0A0. Windows color (decimal): -3365612 or 1353164. OLE color: 1353164.

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

Color convert

RGB 204 165 20 -
CMYK 0 0.19 0.90 0.2
HSL 47.28º 0.82% 0.44% -
HSV(B) 47.28º 0.9% 0.8% -
XYZ 38.48 39.8 6.32 -
YUV 160.13 48.92 159.29 -
System Red Green Blue C M Y K H S L
Decimal 204 165 20 0 0.19 0.90 0.2 47.28 0.82 0.44
Hex CC A5 14 0 13 5A 14 2F 52 2C
Octal 314 245 24 0 23 132 24 57 122 54
Binary 11001100 10100101 10100 0 10011 1011010 10100 101111 1010010 101100

Color Harmonies of #CCA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA514

Black with #CCA514

Text Example


Text Example

White with #CCA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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