Html Css Color HEX #CCA914 Galliano

📋 copy color: '#CCA914'

red 204 ◦ green 169 ◦ blue 20

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

Shades of Galliano #CCA914

Tints of Galliano #CCA914

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43%

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

R = 51.91%
G = 43%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCA914 (or 0xCCA914) is known color: Galliano. HEX triplet: CC, A9 and 14. RGB value is (204,169,20). Sum of RGB (Red+Green+Blue) = 204+169+20=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA914 is #3356EB. Grayscale: #A3A3A3. Windows color (decimal): -3364588 or 1354188. OLE color: 1354188.

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

Color convert

RGB 204 169 20 -
CMYK 0 0.17 0.90 0.2
HSL 48.59º 0.82% 0.44% -
HSV(B) 48.59º 0.9% 0.8% -
XYZ 39.22 41.26 6.56 -
YUV 162.48 47.6 157.62 -
System Red Green Blue C M Y K H S L
Decimal 204 169 20 0 0.17 0.90 0.2 48.59 0.82 0.44
Hex CC A9 14 0 11 5A 14 31 52 2C
Octal 314 251 24 0 21 132 24 61 122 54
Binary 11001100 10101001 10100 0 10001 1011010 10100 110001 1010010 101100

Color Harmonies of #CCA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA914

Black with #CCA914

Text Example


Text Example

White with #CCA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA914; }

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

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

background-color css

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

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

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

border-color css

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

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

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