Html Css Color HEX #CCA823 Galliano

📋 copy color: '#CCA823'

red 204 ◦ green 168 ◦ blue 35

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

Shades of Galliano #CCA823

Tints of Galliano #CCA823

RGB

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

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

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

R = 50.12%
G = 41.28%
B = 8.6%

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

#CCA823 (or 0xCCA823) is known color: Galliano. HEX triplet: CC, A8 and 23. RGB value is (204,168,35). Sum of RGB (Red+Green+Blue) = 204+168+35=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA823 is #3357DC. Grayscale: #A4A4A4. Windows color (decimal): -3364829 or 2336972. OLE color: 2336972.

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

Color convert

RGB 204 168 35 -
CMYK 0 0.18 0.83 0.2
HSL 47.22º 0.71% 0.47% -
HSV(B) 47.22º 0.83% 0.8% -
XYZ 39.21 40.96 7.43 -
YUV 163.6 55.43 156.81 -
System Red Green Blue C M Y K H S L
Decimal 204 168 35 0 0.18 0.83 0.2 47.22 0.71 0.47
Hex CC A8 23 0 12 53 14 2F 47 2F
Octal 314 250 43 0 22 123 24 57 107 57
Binary 11001100 10101000 100011 0 10010 1010011 10100 101111 1000111 101111

Color Harmonies of #CCA823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA823

Black with #CCA823

Text Example


Text Example

White with #CCA823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA823; }

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

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

background-color css

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

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

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

border-color css

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

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

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