Html Css Color HEX #CCAE1E Galliano

📋 copy color: '#CCAE1E'

red 204 ◦ green 174 ◦ blue 30

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

Shades of Galliano #CCAE1E

Tints of Galliano #CCAE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.35%

R = 50%
G = 42.65%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCAE1E (or 0xCCAE1E) is known color: Galliano. HEX triplet: CC, AE and 1E. RGB value is (204,174,30). Sum of RGB (Red+Green+Blue) = 204+174+30=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE1E is #3351E1. Grayscale: #A7A7A7. Windows color (decimal): -3363298 or 2010828. OLE color: 2010828.

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

Color convert

RGB 204 174 30 -
CMYK 0 0.15 0.85 0.2
HSL 49.66º 0.74% 0.46% -
HSV(B) 49.66º 0.85% 0.8% -
XYZ 40.27 43.2 7.44 -
YUV 166.55 50.94 154.71 -
System Red Green Blue C M Y K H S L
Decimal 204 174 30 0 0.15 0.85 0.2 49.66 0.74 0.46
Hex CC AE 1E 0 F 55 14 32 4A 2E
Octal 314 256 36 0 17 125 24 62 112 56
Binary 11001100 10101110 11110 0 1111 1010101 10100 110010 1001010 101110

Color Harmonies of #CCAE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE1E

Black with #CCAE1E

Text Example


Text Example

White with #CCAE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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