Html Css Color HEX #CCA62B Galliano

📋 copy color: '#CCA62B'

red 204 ◦ green 166 ◦ blue 43

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

Shades of Galliano #CCA62B

Tints of Galliano #CCA62B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.19%

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

R = 49.39%
G = 40.19%
B = 10.41%

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

#CCA62B (or 0xCCA62B) is known color: Galliano. HEX triplet: CC, A6 and 2B. RGB value is (204,166,43). Sum of RGB (Red+Green+Blue) = 204+166+43=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA62B is #3359D4. Grayscale: #A3A3A3. Windows color (decimal): -3365333 or 2860748. OLE color: 2860748.

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

Color convert

RGB 204 166 43 -
CMYK 0 0.19 0.79 0.2
HSL 45.84º 0.65% 0.48% -
HSV(B) 45.84º 0.79% 0.8% -
XYZ 38.97 40.28 8.01 -
YUV 163.34 60.09 157 -
System Red Green Blue C M Y K H S L
Decimal 204 166 43 0 0.19 0.79 0.2 45.84 0.65 0.48
Hex CC A6 2B 0 13 4F 14 2E 41 30
Octal 314 246 53 0 23 117 24 56 101 60
Binary 11001100 10100110 101011 0 10011 1001111 10100 101110 1000001 110000

Color Harmonies of #CCA62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA62B

Black with #CCA62B

Text Example


Text Example

White with #CCA62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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