Html Css Color HEX #CCA626 Galliano

📋 copy color: '#CCA626'

red 204 ◦ green 166 ◦ blue 38

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

Shades of Galliano #CCA626

Tints of Galliano #CCA626

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

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

R = 50%
G = 40.69%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCA626 (or 0xCCA626) is known color: Galliano. HEX triplet: CC, A6 and 26. RGB value is (204,166,38). Sum of RGB (Red+Green+Blue) = 204+166+38=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA626 is #3359D9. Grayscale: #A3A3A3. Windows color (decimal): -3365338 or 2533068. OLE color: 2533068.

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

Color convert

RGB 204 166 38 -
CMYK 0 0.19 0.81 0.2
HSL 46.27º 0.69% 0.47% -
HSV(B) 46.27º 0.81% 0.8% -
XYZ 38.89 40.25 7.55 -
YUV 162.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 204 166 38 0 0.19 0.81 0.2 46.27 0.69 0.47
Hex CC A6 26 0 13 51 14 2E 45 2F
Octal 314 246 46 0 23 121 24 56 105 57
Binary 11001100 10100110 100110 0 10011 1010001 10100 101110 1000101 101111

Color Harmonies of #CCA626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA626

Black with #CCA626

Text Example


Text Example

White with #CCA626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA626; }

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

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

background-color css

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

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

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

border-color css

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

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

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