Html Css Color HEX #CCAE1D Galliano

📋 copy color: '#CCAE1D'

red 204 ◦ green 174 ◦ blue 29

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

Shades of Galliano #CCAE1D

Tints of Galliano #CCAE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.13%

R = 50.12%
G = 42.75%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCAE1D (or 0xCCAE1D) is known color: Galliano. HEX triplet: CC, AE and 1D. RGB value is (204,174,29). Sum of RGB (Red+Green+Blue) = 204+174+29=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE1D is #3351E2. Grayscale: #A7A7A7. Windows color (decimal): -3363299 or 1945292. OLE color: 1945292.

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

Color convert

RGB 204 174 29 -
CMYK 0 0.15 0.86 0.2
HSL 49.71º 0.75% 0.46% -
HSV(B) 49.71º 0.86% 0.8% -
XYZ 40.26 43.2 7.38 -
YUV 166.44 50.44 154.79 -
System Red Green Blue C M Y K H S L
Decimal 204 174 29 0 0.15 0.86 0.2 49.71 0.75 0.46
Hex CC AE 1D 0 F 56 14 32 4B 2E
Octal 314 256 35 0 17 126 24 62 113 56
Binary 11001100 10101110 11101 0 1111 1010110 10100 110010 1001011 101110

Color Harmonies of #CCAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE1D

Black with #CCAE1D

Text Example


Text Example

White with #CCAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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