Html Css Color HEX #CCA926 Galliano

📋 copy color: '#CCA926'

red 204 ◦ green 169 ◦ blue 38

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

Shades of Galliano #CCA926

Tints of Galliano #CCA926

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

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

R = 49.64%
G = 41.12%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCA926 (or 0xCCA926) is known color: Galliano. HEX triplet: CC, A9 and 26. RGB value is (204,169,38). Sum of RGB (Red+Green+Blue) = 204+169+38=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA926 is #3356D9. Grayscale: #A5A5A5. Windows color (decimal): -3364570 or 2533836. OLE color: 2533836.

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

Color convert

RGB 204 169 38 -
CMYK 0 0.17 0.81 0.2
HSL 47.35º 0.69% 0.47% -
HSV(B) 47.35º 0.81% 0.8% -
XYZ 39.44 41.35 7.74 -
YUV 164.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 204 169 38 0 0.17 0.81 0.2 47.35 0.69 0.47
Hex CC A9 26 0 11 51 14 2F 45 2F
Octal 314 251 46 0 21 121 24 57 105 57
Binary 11001100 10101001 100110 0 10001 1010001 10100 101111 1000101 101111

Color Harmonies of #CCA926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA926

Black with #CCA926

Text Example


Text Example

White with #CCA926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA926; }

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

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

background-color css

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

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

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

border-color css

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

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

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