Html Css Color HEX #CCA727 Galliano

📋 copy color: '#CCA727'

red 204 ◦ green 167 ◦ blue 39

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

Shades of Galliano #CCA727

Tints of Galliano #CCA727

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

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

R = 49.76%
G = 40.73%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCA727 (or 0xCCA727) is known color: Galliano. HEX triplet: CC, A7 and 27. RGB value is (204,167,39). Sum of RGB (Red+Green+Blue) = 204+167+39=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA727 is #3358D8. Grayscale: #A4A4A4. Windows color (decimal): -3365081 or 2598860. OLE color: 2598860.

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

Color convert

RGB 204 167 39 -
CMYK 0 0.18 0.81 0.2
HSL 46.55º 0.68% 0.48% -
HSV(B) 46.55º 0.81% 0.8% -
XYZ 39.09 40.62 7.7 -
YUV 163.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 204 167 39 0 0.18 0.81 0.2 46.55 0.68 0.48
Hex CC A7 27 0 12 51 14 2F 44 30
Octal 314 247 47 0 22 121 24 57 104 60
Binary 11001100 10100111 100111 0 10010 1010001 10100 101111 1000100 110000

Color Harmonies of #CCA727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA727

Black with #CCA727

Text Example


Text Example

White with #CCA727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA727; }

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

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

background-color css

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

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

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

border-color css

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

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

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