Html Css Color HEX #CCAC1D Galliano

📋 copy color: '#CCAC1D'

red 204 ◦ green 172 ◦ blue 29

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

Shades of Galliano #CCAC1D

Tints of Galliano #CCAC1D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

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

R = 50.37%
G = 42.47%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCAC1D (or 0xCCAC1D) is known color: Galliano. HEX triplet: CC, AC and 1D. RGB value is (204,172,29). Sum of RGB (Red+Green+Blue) = 204+172+29=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC1D is #3353E2. Grayscale: #A5A5A5. Windows color (decimal): -3363811 or 1944780. OLE color: 1944780.

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

Color convert

RGB 204 172 29 -
CMYK 0 0.16 0.86 0.2
HSL 49.03º 0.75% 0.46% -
HSV(B) 49.03º 0.86% 0.8% -
XYZ 39.88 42.43 7.25 -
YUV 165.27 51.1 155.63 -
System Red Green Blue C M Y K H S L
Decimal 204 172 29 0 0.16 0.86 0.2 49.03 0.75 0.46
Hex CC AC 1D 0 10 56 14 31 4B 2E
Octal 314 254 35 0 20 126 24 61 113 56
Binary 11001100 10101100 11101 0 10000 1010110 10100 110001 1001011 101110

Color Harmonies of #CCAC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC1D

Black with #CCAC1D

Text Example


Text Example

White with #CCAC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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