Html Css Color HEX #CCAC14 Galliano

📋 copy color: '#CCAC14'

red 204 ◦ green 172 ◦ blue 20

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

Shades of Galliano #CCAC14

Tints of Galliano #CCAC14

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.43%

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

R = 51.52%
G = 43.43%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCAC14 (or 0xCCAC14) is known color: Galliano. HEX triplet: CC, AC and 14. RGB value is (204,172,20). Sum of RGB (Red+Green+Blue) = 204+172+20=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC14 is #3353EB. Grayscale: #A4A4A4. Windows color (decimal): -3363820 or 1354956. OLE color: 1354956.

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

Color convert

RGB 204 172 20 -
CMYK 0 0.16 0.90 0.2
HSL 49.57º 0.82% 0.44% -
HSV(B) 49.57º 0.9% 0.8% -
XYZ 39.78 42.39 6.75 -
YUV 164.24 46.6 156.36 -
System Red Green Blue C M Y K H S L
Decimal 204 172 20 0 0.16 0.90 0.2 49.57 0.82 0.44
Hex CC AC 14 0 10 5A 14 32 52 2C
Octal 314 254 24 0 20 132 24 62 122 54
Binary 11001100 10101100 10100 0 10000 1011010 10100 110010 1010010 101100

Color Harmonies of #CCAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC14

Black with #CCAC14

Text Example


Text Example

White with #CCAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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