Html Css Color HEX #CCA52B Galliano

📋 copy color: '#CCA52B'

red 204 ◦ green 165 ◦ blue 43

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

Shades of Galliano #CCA52B

Tints of Galliano #CCA52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.05%

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

R = 49.51%
G = 40.05%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCA52B (or 0xCCA52B) is known color: Galliano. HEX triplet: CC, A5 and 2B. RGB value is (204,165,43). Sum of RGB (Red+Green+Blue) = 204+165+43=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA52B is #335AD4. Grayscale: #A3A3A3. Windows color (decimal): -3365589 or 2860492. OLE color: 2860492.

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

Color convert

RGB 204 165 43 -
CMYK 0 0.19 0.79 0.2
HSL 45.47º 0.65% 0.48% -
HSV(B) 45.47º 0.79% 0.8% -
XYZ 38.79 39.92 7.95 -
YUV 162.75 60.42 157.42 -
System Red Green Blue C M Y K H S L
Decimal 204 165 43 0 0.19 0.79 0.2 45.47 0.65 0.48
Hex CC A5 2B 0 13 4F 14 2D 41 30
Octal 314 245 53 0 23 117 24 55 101 60
Binary 11001100 10100101 101011 0 10011 1001111 10100 101101 1000001 110000

Color Harmonies of #CCA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA52B

Black with #CCA52B

Text Example


Text Example

White with #CCA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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