Html Css Color HEX #CCA22B Galliano

📋 copy color: '#CCA22B'

red 204 ◦ green 162 ◦ blue 43

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

Shades of Galliano #CCA22B

Tints of Galliano #CCA22B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

 BLUE value IS 43 (17.19% from 255) = 10.51%

R = 49.88%
G = 39.61%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCA22B (or 0xCCA22B) is known color: Galliano. HEX triplet: CC, A2 and 2B. RGB value is (204,162,43). Sum of RGB (Red+Green+Blue) = 204+162+43=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA22B is #335DD4. Grayscale: #A1A1A1. Windows color (decimal): -3366357 or 2859724. OLE color: 2859724.

HSL color Cylindrical-coordinate representation of color #CCA22B: hue angle of 44.35º degrees, saturation: 0.65, 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 #CCA22B is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 43 -
CMYK 0 0.21 0.79 0.2
HSL 44.35º 0.65% 0.48% -
HSV(B) 44.35º 0.79% 0.8% -
XYZ 38.26 38.85 7.77 -
YUV 160.99 61.41 158.68 -
System Red Green Blue C M Y K H S L
Decimal 204 162 43 0 0.21 0.79 0.2 44.35 0.65 0.48
Hex CC A2 2B 0 15 4F 14 2C 41 30
Octal 314 242 53 0 25 117 24 54 101 60
Binary 11001100 10100010 101011 0 10101 1001111 10100 101100 1000001 110000

Color Harmonies of #CCA22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA22B

Black with #CCA22B

Text Example


Text Example

White with #CCA22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA22B; }

 p { color: rgb(204,162,43); }

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

background-color css

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

 a { background-color: rgb(204,162,43); }

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

border-color css

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

 span { border-color: rgb(204,162,43); }

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