Html Css Color HEX #CCA91C Galliano

📋 copy color: '#CCA91C'

red 204 ◦ green 169 ◦ blue 28

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

Shades of Galliano #CCA91C

Tints of Galliano #CCA91C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.14%

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

R = 50.87%
G = 42.14%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCA91C (or 0xCCA91C) is known color: Galliano. HEX triplet: CC, A9 and 1C. RGB value is (204,169,28). Sum of RGB (Red+Green+Blue) = 204+169+28=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA91C is #3356E3. Grayscale: #A3A3A3. Windows color (decimal): -3364580 or 1878476. OLE color: 1878476.

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

Color convert

RGB 204 169 28 -
CMYK 0 0.17 0.86 0.2
HSL 48.07º 0.76% 0.45% -
HSV(B) 48.07º 0.86% 0.8% -
XYZ 39.3 41.3 7 -
YUV 163.39 51.6 156.96 -
System Red Green Blue C M Y K H S L
Decimal 204 169 28 0 0.17 0.86 0.2 48.07 0.76 0.45
Hex CC A9 1C 0 11 56 14 30 4C 2D
Octal 314 251 34 0 21 126 24 60 114 55
Binary 11001100 10101001 11100 0 10001 1010110 10100 110000 1001100 101101

Color Harmonies of #CCA91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA91C

Black with #CCA91C

Text Example


Text Example

White with #CCA91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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