Html Css Color HEX #CCA92A Galliano

📋 copy color: '#CCA92A'

red 204 ◦ green 169 ◦ blue 42

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

Shades of Galliano #CCA92A

Tints of Galliano #CCA92A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.72%

 BLUE value IS 42 (16.8% from 255) = 10.12%

R = 49.16%
G = 40.72%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCA92A (or 0xCCA92A) is known color: Galliano. HEX triplet: CC, A9 and 2A. RGB value is (204,169,42). Sum of RGB (Red+Green+Blue) = 204+169+42=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA92A is #3356D5. Grayscale: #A5A5A5. Windows color (decimal): -3364566 or 2795980. OLE color: 2795980.

HSL color Cylindrical-coordinate representation of color #CCA92A: hue angle of 47.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCA92A is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 169 42 -
CMYK 0 0.17 0.79 0.2
HSL 47.04º 0.66% 0.48% -
HSV(B) 47.04º 0.79% 0.8% -
XYZ 39.51 41.38 8.1 -
YUV 164.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 204 169 42 0 0.17 0.79 0.2 47.04 0.66 0.48
Hex CC A9 2A 0 11 4F 14 2F 42 30
Octal 314 251 52 0 21 117 24 57 102 60
Binary 11001100 10101001 101010 0 10001 1001111 10100 101111 1000010 110000

Color Harmonies of #CCA92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA92A

Black with #CCA92A

Text Example


Text Example

White with #CCA92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA92A; }

 p { color: rgb(204,169,42); }

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

background-color css

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

 a { background-color: rgb(204,169,42); }

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

border-color css

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

 span { border-color: rgb(204,169,42); }

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