Html Css Color HEX #CCA723 Galliano

📋 copy color: '#CCA723'

red 204 ◦ green 167 ◦ blue 35

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

Shades of Galliano #CCA723

Tints of Galliano #CCA723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.62%

R = 50.25%
G = 41.13%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCA723 (or 0xCCA723) is known color: Galliano. HEX triplet: CC, A7 and 23. RGB value is (204,167,35). Sum of RGB (Red+Green+Blue) = 204+167+35=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA723 is #3358DC. Grayscale: #A3A3A3. Windows color (decimal): -3365085 or 2336716. OLE color: 2336716.

HSL color Cylindrical-coordinate representation of color #CCA723: hue angle of 46.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCA723 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 167 35 -
CMYK 0 0.18 0.83 0.2
HSL 46.86º 0.71% 0.47% -
HSV(B) 46.86º 0.83% 0.8% -
XYZ 39.02 40.6 7.37 -
YUV 163.02 55.76 157.23 -
System Red Green Blue C M Y K H S L
Decimal 204 167 35 0 0.18 0.83 0.2 46.86 0.71 0.47
Hex CC A7 23 0 12 53 14 2F 47 2F
Octal 314 247 43 0 22 123 24 57 107 57
Binary 11001100 10100111 100011 0 10010 1010011 10100 101111 1000111 101111

Color Harmonies of #CCA723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA723

Black with #CCA723

Text Example


Text Example

White with #CCA723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA723; }

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

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

background-color css

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

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

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

border-color css

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

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

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