Html Css Color HEX #CBA618 Galliano

📋 copy color: '#CBA618'

red 203 ◦ green 166 ◦ blue 24

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

Shades of Galliano #CBA618

Tints of Galliano #CBA618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 51.65%
G = 42.24%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBA618 (or 0xCBA618) is known color: Galliano. HEX triplet: CB, A6 and 18. RGB value is (203,166,24). Sum of RGB (Red+Green+Blue) = 203+166+24=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA618 is #3459E7. Grayscale: #A1A1A1. Windows color (decimal): -3430888 or 1615563. OLE color: 1615563.

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

Color convert

RGB 203 166 24 -
CMYK 0 0.18 0.88 0.20
HSL 47.6º 0.79% 0.45% -
HSV(B) 47.6º 0.88% 0.8% -
XYZ 38.43 40.03 6.57 -
YUV 160.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 203 166 24 0 0.18 0.88 0.20 47.6 0.79 0.45
Hex CB A6 18 0 12 58 14 30 4F 2D
Octal 313 246 30 0 22 130 24 60 117 55
Binary 11001011 10100110 11000 0 10010 1011000 10100 110000 1001111 101101

Color Harmonies of #CBA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA618

Black with #CBA618

Text Example


Text Example

White with #CBA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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