Html Css Color HEX #CCAB14 Galliano

📋 copy color: '#CCAB14'

red 204 ◦ green 171 ◦ blue 20

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

Shades of Galliano #CCAB14

Tints of Galliano #CCAB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 51.65%
G = 43.29%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCAB14 (or 0xCCAB14) is known color: Galliano. HEX triplet: CC, AB and 14. RGB value is (204,171,20). Sum of RGB (Red+Green+Blue) = 204+171+20=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB14 is #3354EB. Grayscale: #A4A4A4. Windows color (decimal): -3364076 or 1354700. OLE color: 1354700.

HSL color Cylindrical-coordinate representation of color #CCAB14: hue angle of 49.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCAB14 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 171 20 -
CMYK 0 0.16 0.90 0.2
HSL 49.24º 0.82% 0.44% -
HSV(B) 49.24º 0.9% 0.8% -
XYZ 39.59 42.01 6.68 -
YUV 163.65 46.93 156.78 -
System Red Green Blue C M Y K H S L
Decimal 204 171 20 0 0.16 0.90 0.2 49.24 0.82 0.44
Hex CC AB 14 0 10 5A 14 31 52 2C
Octal 314 253 24 0 20 132 24 61 122 54
Binary 11001100 10101011 10100 0 10000 1011010 10100 110001 1010010 101100

Color Harmonies of #CCAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB14

Black with #CCAB14

Text Example


Text Example

White with #CCAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB14; }

 p { color: rgb(204,171,20); }

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

background-color css

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

 a { background-color: rgb(204,171,20); }

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

border-color css

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

 span { border-color: rgb(204,171,20); }

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