Html Css Color HEX #CCAE1B Galliano

📋 copy color: '#CCAE1B'

red 204 ◦ green 174 ◦ blue 27

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

Shades of Galliano #CCAE1B

Tints of Galliano #CCAE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.67%

R = 50.37%
G = 42.96%
B = 6.67%

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

#CCAE1B (or 0xCCAE1B) is known color: Galliano. HEX triplet: CC, AE and 1B. RGB value is (204,174,27). Sum of RGB (Red+Green+Blue) = 204+174+27=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE1B is #3351E4. Grayscale: #A6A6A6. Windows color (decimal): -3363301 or 1814220. OLE color: 1814220.

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

Color convert

RGB 204 174 27 -
CMYK 0 0.15 0.87 0.2
HSL 49.83º 0.77% 0.45% -
HSV(B) 49.83º 0.87% 0.8% -
XYZ 40.24 43.19 7.25 -
YUV 166.21 49.44 154.95 -
System Red Green Blue C M Y K H S L
Decimal 204 174 27 0 0.15 0.87 0.2 49.83 0.77 0.45
Hex CC AE 1B 0 F 57 14 32 4D 2D
Octal 314 256 33 0 17 127 24 62 115 55
Binary 11001100 10101110 11011 0 1111 1010111 10100 110010 1001101 101101

Color Harmonies of #CCAE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE1B

Black with #CCAE1B

Text Example


Text Example

White with #CCAE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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