Html Css Color HEX #CCA719 Galliano

📋 copy color: '#CCA719'

red 204 ◦ green 167 ◦ blue 25

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

Shades of Galliano #CCA719

Tints of Galliano #CCA719

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.17%

 BLUE value IS 25 (10.16% from 255) = 6.31%

R = 51.52%
G = 42.17%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCA719 (or 0xCCA719) is known color: Galliano. HEX triplet: CC, A7 and 19. RGB value is (204,167,25). Sum of RGB (Red+Green+Blue) = 204+167+25=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA719 is #3358E6. Grayscale: #A2A2A2. Windows color (decimal): -3365095 or 1681356. OLE color: 1681356.

HSL color Cylindrical-coordinate representation of color #CCA719: hue angle of 47.6º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCA719 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 167 25 -
CMYK 0 0.18 0.88 0.2
HSL 47.6º 0.78% 0.45% -
HSV(B) 47.6º 0.88% 0.8% -
XYZ 38.9 40.54 6.7 -
YUV 161.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 204 167 25 0 0.18 0.88 0.2 47.6 0.78 0.45
Hex CC A7 19 0 12 58 14 30 4E 2D
Octal 314 247 31 0 22 130 24 60 116 55
Binary 11001100 10100111 11001 0 10010 1011000 10100 110000 1001110 101101

Color Harmonies of #CCA719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA719

Black with #CCA719

Text Example


Text Example

White with #CCA719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA719; }

 p { color: rgb(204,167,25); }

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

background-color css

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

 a { background-color: rgb(204,167,25); }

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

border-color css

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

 span { border-color: rgb(204,167,25); }

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