Html Css Color HEX #CCAC1C Galliano

📋 copy color: '#CCAC1C'

red 204 ◦ green 172 ◦ blue 28

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

Shades of Galliano #CCAC1C

Tints of Galliano #CCAC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.93%

R = 50.5%
G = 42.57%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCAC1C (or 0xCCAC1C) is known color: Galliano. HEX triplet: CC, AC and 1C. RGB value is (204,172,28). Sum of RGB (Red+Green+Blue) = 204+172+28=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC1C is #3353E3. Grayscale: #A5A5A5. Windows color (decimal): -3363812 or 1879244. OLE color: 1879244.

HSL color Cylindrical-coordinate representation of color #CCAC1C: hue angle of 49.09º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCAC1C is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 28 -
CMYK 0 0.16 0.86 0.2
HSL 49.09º 0.76% 0.45% -
HSV(B) 49.09º 0.86% 0.8% -
XYZ 39.86 42.43 7.19 -
YUV 165.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 204 172 28 0 0.16 0.86 0.2 49.09 0.76 0.45
Hex CC AC 1C 0 10 56 14 31 4C 2D
Octal 314 254 34 0 20 126 24 61 114 55
Binary 11001100 10101100 11100 0 10000 1010110 10100 110001 1001100 101101

Color Harmonies of #CCAC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC1C

Black with #CCAC1C

Text Example


Text Example

White with #CCAC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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