Html Css Color HEX #CCAE1F Galliano

📋 copy color: '#CCAE1F'

red 204 ◦ green 174 ◦ blue 31

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

Shades of Galliano #CCAE1F

Tints of Galliano #CCAE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.58%

R = 49.88%
G = 42.54%
B = 7.58%

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

#CCAE1F (or 0xCCAE1F) is known color: Galliano. HEX triplet: CC, AE and 1F. RGB value is (204,174,31). Sum of RGB (Red+Green+Blue) = 204+174+31=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE1F is #3351E0. Grayscale: #A7A7A7. Windows color (decimal): -3363297 or 2076364. OLE color: 2076364.

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

Color convert

RGB 204 174 31 -
CMYK 0 0.15 0.85 0.2
HSL 49.6º 0.74% 0.46% -
HSV(B) 49.6º 0.85% 0.8% -
XYZ 40.29 43.21 7.51 -
YUV 166.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 204 174 31 0 0.15 0.85 0.2 49.6 0.74 0.46
Hex CC AE 1F 0 F 55 14 32 4A 2E
Octal 314 256 37 0 17 125 24 62 112 56
Binary 11001100 10101110 11111 0 1111 1010101 10100 110010 1001010 101110

Color Harmonies of #CCAE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE1F

Black with #CCAE1F

Text Example


Text Example

White with #CCAE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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