Html Css Color HEX #CCA32B Galliano

📋 copy color: '#CCA32B'

red 204 ◦ green 163 ◦ blue 43

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

Shades of Galliano #CCA32B

Tints of Galliano #CCA32B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

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

R = 49.76%
G = 39.76%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCA32B (or 0xCCA32B) is known color: Galliano. HEX triplet: CC, A3 and 2B. RGB value is (204,163,43). Sum of RGB (Red+Green+Blue) = 204+163+43=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA32B is #335CD4. Grayscale: #A2A2A2. Windows color (decimal): -3366101 or 2859980. OLE color: 2859980.

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

Color convert

RGB 204 163 43 -
CMYK 0 0.20 0.79 0.2
HSL 44.72º 0.65% 0.48% -
HSV(B) 44.72º 0.79% 0.8% -
XYZ 38.44 39.21 7.83 -
YUV 161.58 61.08 158.26 -
System Red Green Blue C M Y K H S L
Decimal 204 163 43 0 0.20 0.79 0.2 44.72 0.65 0.48
Hex CC A3 2B 0 14 4F 14 2D 41 30
Octal 314 243 53 0 24 117 24 55 101 60
Binary 11001100 10100011 101011 0 10100 1001111 10100 101101 1000001 110000

Color Harmonies of #CCA32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA32B

Black with #CCA32B

Text Example


Text Example

White with #CCA32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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