Html Css Color HEX #CCA61C Galliano

📋 copy color: '#CCA61C'

red 204 ◦ green 166 ◦ blue 28

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

Shades of Galliano #CCA61C

Tints of Galliano #CCA61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

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

R = 51.26%
G = 41.71%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCA61C (or 0xCCA61C) is known color: Galliano. HEX triplet: CC, A6 and 1C. RGB value is (204,166,28). Sum of RGB (Red+Green+Blue) = 204+166+28=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA61C is #3359E3. Grayscale: #A2A2A2. Windows color (decimal): -3365348 or 1877708. OLE color: 1877708.

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

Color convert

RGB 204 166 28 -
CMYK 0 0.19 0.86 0.2
HSL 47.05º 0.76% 0.45% -
HSV(B) 47.05º 0.86% 0.8% -
XYZ 38.75 40.19 6.81 -
YUV 161.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 204 166 28 0 0.19 0.86 0.2 47.05 0.76 0.45
Hex CC A6 1C 0 13 56 14 2F 4C 2D
Octal 314 246 34 0 23 126 24 57 114 55
Binary 11001100 10100110 11100 0 10011 1010110 10100 101111 1001100 101101

Color Harmonies of #CCA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA61C

Black with #CCA61C

Text Example


Text Example

White with #CCA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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