Html Css Color HEX #CCA426 Galliano

📋 copy color: '#CCA426'

red 204 ◦ green 164 ◦ blue 38

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

Shades of Galliano #CCA426

Tints of Galliano #CCA426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.36%

R = 50.25%
G = 40.39%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCA426 (or 0xCCA426) is known color: Galliano. HEX triplet: CC, A4 and 26. RGB value is (204,164,38). Sum of RGB (Red+Green+Blue) = 204+164+38=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA426 is #335BD9. Grayscale: #A2A2A2. Windows color (decimal): -3365850 or 2532556. OLE color: 2532556.

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

Color convert

RGB 204 164 38 -
CMYK 0 0.20 0.81 0.2
HSL 45.54º 0.69% 0.47% -
HSV(B) 45.54º 0.81% 0.8% -
XYZ 38.53 39.53 7.43 -
YUV 161.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 204 164 38 0 0.20 0.81 0.2 45.54 0.69 0.47
Hex CC A4 26 0 14 51 14 2E 45 2F
Octal 314 244 46 0 24 121 24 56 105 57
Binary 11001100 10100100 100110 0 10100 1010001 10100 101110 1000101 101111

Color Harmonies of #CCA426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA426

Black with #CCA426

Text Example


Text Example

White with #CCA426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA426; }

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

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

background-color css

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

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

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

border-color css

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

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

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