Html Css Color HEX #CCA61B Galliano

📋 copy color: '#CCA61B'

red 204 ◦ green 166 ◦ blue 27

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

Shades of Galliano #CCA61B

Tints of Galliano #CCA61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.8%

R = 51.39%
G = 41.81%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCA61B (or 0xCCA61B) is known color: Galliano. HEX triplet: CC, A6 and 1B. RGB value is (204,166,27). Sum of RGB (Red+Green+Blue) = 204+166+27=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA61B is #3359E4. Grayscale: #A2A2A2. Windows color (decimal): -3365349 or 1812172. OLE color: 1812172.

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

Color convert

RGB 204 166 27 -
CMYK 0 0.19 0.87 0.2
HSL 47.12º 0.77% 0.45% -
HSV(B) 47.12º 0.87% 0.8% -
XYZ 38.74 40.19 6.75 -
YUV 161.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 204 166 27 0 0.19 0.87 0.2 47.12 0.77 0.45
Hex CC A6 1B 0 13 57 14 2F 4D 2D
Octal 314 246 33 0 23 127 24 57 115 55
Binary 11001100 10100110 11011 0 10011 1010111 10100 101111 1001101 101101

Color Harmonies of #CCA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA61B

Black with #CCA61B

Text Example


Text Example

White with #CCA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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