Html Css Color HEX #CCA81C Galliano

📋 copy color: '#CCA81C'

red 204 ◦ green 168 ◦ blue 28

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

Shades of Galliano #CCA81C

Tints of Galliano #CCA81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42%

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

R = 51%
G = 42%
B = 7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCA81C (or 0xCCA81C) is known color: Galliano. HEX triplet: CC, A8 and 1C. RGB value is (204,168,28). Sum of RGB (Red+Green+Blue) = 204+168+28=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA81C is #3357E3. Grayscale: #A3A3A3. Windows color (decimal): -3364836 or 1878220. OLE color: 1878220.

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

Color convert

RGB 204 168 28 -
CMYK 0 0.18 0.86 0.2
HSL 47.73º 0.76% 0.45% -
HSV(B) 47.73º 0.86% 0.8% -
XYZ 39.11 40.93 6.94 -
YUV 162.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 204 168 28 0 0.18 0.86 0.2 47.73 0.76 0.45
Hex CC A8 1C 0 12 56 14 30 4C 2D
Octal 314 250 34 0 22 126 24 60 114 55
Binary 11001100 10101000 11100 0 10010 1010110 10100 110000 1001100 101101

Color Harmonies of #CCA81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA81C

Black with #CCA81C

Text Example


Text Example

White with #CCA81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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