Html Css Color HEX #CCA227 Galliano

📋 copy color: '#CCA227'

red 204 ◦ green 162 ◦ blue 39

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

Shades of Galliano #CCA227

Tints of Galliano #CCA227

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40%

 BLUE value IS 39 (15.63% from 255) = 9.63%

R = 50.37%
G = 40%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCA227 (or 0xCCA227) is known color: Galliano. HEX triplet: CC, A2 and 27. RGB value is (204,162,39). Sum of RGB (Red+Green+Blue) = 204+162+39=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA227 is #335DD8. Grayscale: #A1A1A1. Windows color (decimal): -3366361 or 2597580. OLE color: 2597580.

HSL color Cylindrical-coordinate representation of color #CCA227: hue angle of 44.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCA227 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 39 -
CMYK 0 0.21 0.81 0.2
HSL 44.73º 0.68% 0.48% -
HSV(B) 44.73º 0.81% 0.8% -
XYZ 38.19 38.82 7.4 -
YUV 160.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 204 162 39 0 0.21 0.81 0.2 44.73 0.68 0.48
Hex CC A2 27 0 15 51 14 2D 44 30
Octal 314 242 47 0 25 121 24 55 104 60
Binary 11001100 10100010 100111 0 10101 1010001 10100 101101 1000100 110000

Color Harmonies of #CCA227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA227

Black with #CCA227

Text Example


Text Example

White with #CCA227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA227; }

 p { color: rgb(204,162,39); }

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

background-color css

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

 a { background-color: rgb(204,162,39); }

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

border-color css

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

 span { border-color: rgb(204,162,39); }

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