Html Css Color HEX #CCA31C Galliano

📋 copy color: '#CCA31C'

red 204 ◦ green 163 ◦ blue 28

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

Shades of Galliano #CCA31C

Tints of Galliano #CCA31C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.27%

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

R = 51.65%
G = 41.27%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCA31C (or 0xCCA31C) is known color: Galliano. HEX triplet: CC, A3 and 1C. RGB value is (204,163,28). Sum of RGB (Red+Green+Blue) = 204+163+28=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA31C is #335CE3. Grayscale: #A0A0A0. Windows color (decimal): -3366116 or 1876940. OLE color: 1876940.

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

Color convert

RGB 204 163 28 -
CMYK 0 0.20 0.86 0.2
HSL 46.02º 0.76% 0.45% -
HSV(B) 46.02º 0.86% 0.8% -
XYZ 38.21 39.12 6.63 -
YUV 159.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 204 163 28 0 0.20 0.86 0.2 46.02 0.76 0.45
Hex CC A3 1C 0 14 56 14 2E 4C 2D
Octal 314 243 34 0 24 126 24 56 114 55
Binary 11001100 10100011 11100 0 10100 1010110 10100 101110 1001100 101101

Color Harmonies of #CCA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA31C

Black with #CCA31C

Text Example


Text Example

White with #CCA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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