Html Css Color HEX #CCA423 Galliano

📋 copy color: '#CCA423'

red 204 ◦ green 164 ◦ blue 35

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

Shades of Galliano #CCA423

Tints of Galliano #CCA423

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

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

R = 50.62%
G = 40.69%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCA423 (or 0xCCA423) is known color: Galliano. HEX triplet: CC, A4 and 23. RGB value is (204,164,35). Sum of RGB (Red+Green+Blue) = 204+164+35=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA423 is #335BDC. Grayscale: #A1A1A1. Windows color (decimal): -3365853 or 2335948. OLE color: 2335948.

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

Color convert

RGB 204 164 35 -
CMYK 0 0.20 0.83 0.2
HSL 45.8º 0.71% 0.47% -
HSV(B) 45.8º 0.83% 0.8% -
XYZ 38.48 39.51 7.19 -
YUV 161.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 204 164 35 0 0.20 0.83 0.2 45.8 0.71 0.47
Hex CC A4 23 0 14 53 14 2E 47 2F
Octal 314 244 43 0 24 123 24 56 107 57
Binary 11001100 10100100 100011 0 10100 1010011 10100 101110 1000111 101111

Color Harmonies of #CCA423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA423

Black with #CCA423

Text Example


Text Example

White with #CCA423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA423; }

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

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

background-color css

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

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

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

border-color css

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

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

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