Html Css Color HEX #CBA61C Galliano

📋 copy color: '#CBA61C'

red 203 ◦ green 166 ◦ blue 28

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

Shades of Galliano #CBA61C

Tints of Galliano #CBA61C

RGB

 RED value IS 203 (79.69% from 255) = 51.13%

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

 BLUE value IS 28 (11.33% from 255) = 7.05%

R = 51.13%
G = 41.81%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CBA61C (or 0xCBA61C) is known color: Galliano. HEX triplet: CB, A6 and 1C. RGB value is (203,166,28). Sum of RGB (Red+Green+Blue) = 203+166+28=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA61C is #3459E3. Grayscale: #A1A1A1. Windows color (decimal): -3430884 or 1877707. OLE color: 1877707.

HSL color Cylindrical-coordinate representation of color #CBA61C: hue angle of 47.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBA61C is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 28 -
CMYK 0 0.18 0.86 0.20
HSL 47.31º 0.76% 0.45% -
HSV(B) 47.31º 0.86% 0.8% -
XYZ 38.47 40.05 6.8 -
YUV 161.33 52.76 157.72 -
System Red Green Blue C M Y K H S L
Decimal 203 166 28 0 0.18 0.86 0.20 47.31 0.76 0.45
Hex CB A6 1C 0 12 56 14 2F 4C 2D
Octal 313 246 34 0 22 126 24 57 114 55
Binary 11001011 10100110 11100 0 10010 1010110 10100 101111 1001100 101101

Color Harmonies of #CBA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA61C

Black with #CBA61C

Text Example


Text Example

White with #CBA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA61C; }

 p { color: rgb(203,166,28); }

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

background-color css

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

 a { background-color: rgb(203,166,28); }

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

border-color css

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

 span { border-color: rgb(203,166,28); }

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