Html Css Color HEX #CCAA26 Galliano

📋 copy color: '#CCAA26'

red 204 ◦ green 170 ◦ blue 38

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

Shades of Galliano #CCAA26

Tints of Galliano #CCAA26

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.26%

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

R = 49.51%
G = 41.26%
B = 9.22%

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

#CCAA26 (or 0xCCAA26) is known color: Galliano. HEX triplet: CC, AA and 26. RGB value is (204,170,38). Sum of RGB (Red+Green+Blue) = 204+170+38=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA26 is #3355D9. Grayscale: #A5A5A5. Windows color (decimal): -3364314 or 2534092. OLE color: 2534092.

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

Color convert

RGB 204 170 38 -
CMYK 0 0.17 0.81 0.2
HSL 47.71º 0.69% 0.47% -
HSV(B) 47.71º 0.81% 0.8% -
XYZ 39.63 41.73 7.8 -
YUV 165.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 204 170 38 0 0.17 0.81 0.2 47.71 0.69 0.47
Hex CC AA 26 0 11 51 14 30 45 2F
Octal 314 252 46 0 21 121 24 60 105 57
Binary 11001100 10101010 100110 0 10001 1010001 10100 110000 1000101 101111

Color Harmonies of #CCAA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA26

Black with #CCAA26

Text Example


Text Example

White with #CCAA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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