Html Css Color HEX #CCA812 Galliano

📋 copy color: '#CCA812'

red 204 ◦ green 168 ◦ blue 18

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

Shades of Galliano #CCA812

Tints of Galliano #CCA812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.08%

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

R = 52.31%
G = 43.08%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCA812 (or 0xCCA812) is known color: Galliano. HEX triplet: CC, A8 and 12. RGB value is (204,168,18). Sum of RGB (Red+Green+Blue) = 204+168+18=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA812 is #3357ED. Grayscale: #A2A2A2. Windows color (decimal): -3364846 or 1222860. OLE color: 1222860.

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

Color convert

RGB 204 168 18 -
CMYK 0 0.18 0.91 0.2
HSL 48.39º 0.84% 0.44% -
HSV(B) 48.39º 0.91% 0.8% -
XYZ 39.01 40.89 6.41 -
YUV 161.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 204 168 18 0 0.18 0.91 0.2 48.39 0.84 0.44
Hex CC A8 12 0 12 5B 14 30 54 2C
Octal 314 250 22 0 22 133 24 60 124 54
Binary 11001100 10101000 10010 0 10010 1011011 10100 110000 1010100 101100

Color Harmonies of #CCA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA812

Black with #CCA812

Text Example


Text Example

White with #CCA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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