Html Css Color HEX #CCA61D Galliano

📋 copy color: '#CCA61D'

red 204 ◦ green 166 ◦ blue 29

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

Shades of Galliano #CCA61D

Tints of Galliano #CCA61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.27%

R = 51.13%
G = 41.6%
B = 7.27%

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

#CCA61D (or 0xCCA61D) is known color: Galliano. HEX triplet: CC, A6 and 1D. RGB value is (204,166,29). Sum of RGB (Red+Green+Blue) = 204+166+29=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA61D is #3359E2. Grayscale: #A2A2A2. Windows color (decimal): -3365347 or 1943244. OLE color: 1943244.

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

Color convert

RGB 204 166 29 -
CMYK 0 0.19 0.86 0.2
HSL 46.97º 0.75% 0.46% -
HSV(B) 46.97º 0.86% 0.8% -
XYZ 38.76 40.2 6.88 -
YUV 161.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 204 166 29 0 0.19 0.86 0.2 46.97 0.75 0.46
Hex CC A6 1D 0 13 56 14 2F 4B 2E
Octal 314 246 35 0 23 126 24 57 113 56
Binary 11001100 10100110 11101 0 10011 1010110 10100 101111 1001011 101110

Color Harmonies of #CCA61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA61D

Black with #CCA61D

Text Example


Text Example

White with #CCA61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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