Html Css Color HEX #CCA51C Galliano

📋 copy color: '#CCA51C'

red 204 ◦ green 165 ◦ blue 28

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

Shades of Galliano #CCA51C

Tints of Galliano #CCA51C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

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

R = 51.39%
G = 41.56%
B = 7.05%

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

#CCA51C (or 0xCCA51C) is known color: Galliano. HEX triplet: CC, A5 and 1C. RGB value is (204,165,28). Sum of RGB (Red+Green+Blue) = 204+165+28=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA51C is #335AE3. Grayscale: #A1A1A1. Windows color (decimal): -3365604 or 1877452. OLE color: 1877452.

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

Color convert

RGB 204 165 28 -
CMYK 0 0.19 0.86 0.2
HSL 46.7º 0.76% 0.45% -
HSV(B) 46.7º 0.86% 0.8% -
XYZ 38.57 39.83 6.75 -
YUV 161.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 204 165 28 0 0.19 0.86 0.2 46.7 0.76 0.45
Hex CC A5 1C 0 13 56 14 2F 4C 2D
Octal 314 245 34 0 23 126 24 57 114 55
Binary 11001100 10100101 11100 0 10011 1010110 10100 101111 1001100 101101

Color Harmonies of #CCA51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA51C

Black with #CCA51C

Text Example


Text Example

White with #CCA51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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