Html Css Color HEX #CCA912 Galliano

📋 copy color: '#CCA912'

red 204 ◦ green 169 ◦ blue 18

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

Shades of Galliano #CCA912

Tints of Galliano #CCA912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.6%

R = 52.17%
G = 43.22%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCA912 (or 0xCCA912) is known color: Galliano. HEX triplet: CC, A9 and 12. RGB value is (204,169,18). Sum of RGB (Red+Green+Blue) = 204+169+18=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA912 is #3356ED. Grayscale: #A2A2A2. Windows color (decimal): -3364590 or 1223116. OLE color: 1223116.

HSL color Cylindrical-coordinate representation of color #CCA912: hue angle of 48.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCA912 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 169 18 -
CMYK 0 0.17 0.91 0.2
HSL 48.71º 0.84% 0.44% -
HSV(B) 48.71º 0.91% 0.8% -
XYZ 39.2 41.26 6.47 -
YUV 162.25 46.6 157.78 -
System Red Green Blue C M Y K H S L
Decimal 204 169 18 0 0.17 0.91 0.2 48.71 0.84 0.44
Hex CC A9 12 0 11 5B 14 31 54 2C
Octal 314 251 22 0 21 133 24 61 124 54
Binary 11001100 10101001 10010 0 10001 1011011 10100 110001 1010100 101100

Color Harmonies of #CCA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA912

Black with #CCA912

Text Example


Text Example

White with #CCA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA912; }

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

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

background-color css

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

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

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

border-color css

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

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

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