Html Css Color HEX #CCA623 Galliano

📋 copy color: '#CCA623'

red 204 ◦ green 166 ◦ blue 35

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

Shades of Galliano #CCA623

Tints of Galliano #CCA623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.64%

R = 50.37%
G = 40.99%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCA623 (or 0xCCA623) is known color: Galliano. HEX triplet: CC, A6 and 23. RGB value is (204,166,35). Sum of RGB (Red+Green+Blue) = 204+166+35=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA623 is #3359DC. Grayscale: #A2A2A2. Windows color (decimal): -3365341 or 2336460. OLE color: 2336460.

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

Color convert

RGB 204 166 35 -
CMYK 0 0.19 0.83 0.2
HSL 46.51º 0.71% 0.47% -
HSV(B) 46.51º 0.83% 0.8% -
XYZ 38.84 40.23 7.31 -
YUV 162.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 204 166 35 0 0.19 0.83 0.2 46.51 0.71 0.47
Hex CC A6 23 0 13 53 14 2F 47 2F
Octal 314 246 43 0 23 123 24 57 107 57
Binary 11001100 10100110 100011 0 10011 1010011 10100 101111 1000111 101111

Color Harmonies of #CCA623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA623

Black with #CCA623

Text Example


Text Example

White with #CCA623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA623; }

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

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

background-color css

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

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

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

border-color css

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

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

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