Html Css Color HEX #CCAE1A Galliano

📋 copy color: '#CCAE1A'

red 204 ◦ green 174 ◦ blue 26

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

Shades of Galliano #CCAE1A

Tints of Galliano #CCAE1A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.07%

 BLUE value IS 26 (10.55% from 255) = 6.44%

R = 50.5%
G = 43.07%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCAE1A (or 0xCCAE1A) is known color: Galliano. HEX triplet: CC, AE and 1A. RGB value is (204,174,26). Sum of RGB (Red+Green+Blue) = 204+174+26=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE1A is #3351E5. Grayscale: #A6A6A6. Windows color (decimal): -3363302 or 1748684. OLE color: 1748684.

HSL color Cylindrical-coordinate representation of color #CCAE1A: hue angle of 49.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCAE1A is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 26 -
CMYK 0 0.15 0.87 0.2
HSL 49.89º 0.77% 0.45% -
HSV(B) 49.89º 0.87% 0.8% -
XYZ 40.22 43.18 7.19 -
YUV 166.1 48.94 155.03 -
System Red Green Blue C M Y K H S L
Decimal 204 174 26 0 0.15 0.87 0.2 49.89 0.77 0.45
Hex CC AE 1A 0 F 57 14 32 4D 2D
Octal 314 256 32 0 17 127 24 62 115 55
Binary 11001100 10101110 11010 0 1111 1010111 10100 110010 1001101 101101

Color Harmonies of #CCAE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE1A

Black with #CCAE1A

Text Example


Text Example

White with #CCAE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE1A; }

 p { color: rgb(204,174,26); }

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

background-color css

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

 a { background-color: rgb(204,174,26); }

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

border-color css

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

 span { border-color: rgb(204,174,26); }

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