Html Css Color HEX #CBA720 Galliano

📋 copy color: '#CBA720'

red 203 ◦ green 167 ◦ blue 32

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

Shades of Galliano #CBA720

Tints of Galliano #CBA720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.54%

 BLUE value IS 32 (12.89% from 255) = 7.96%

R = 50.5%
G = 41.54%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBA720 (or 0xCBA720) is known color: Galliano. HEX triplet: CB, A7 and 20. RGB value is (203,167,32). Sum of RGB (Red+Green+Blue) = 203+167+32=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA720 is #3458DF. Grayscale: #A2A2A2. Windows color (decimal): -3430624 or 2140107. OLE color: 2140107.

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

Color convert

RGB 203 167 32 -
CMYK 0 0.18 0.84 0.20
HSL 47.37º 0.73% 0.46% -
HSV(B) 47.37º 0.84% 0.8% -
XYZ 38.71 40.44 7.13 -
YUV 162.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 203 167 32 0 0.18 0.84 0.20 47.37 0.73 0.46
Hex CB A7 20 0 12 54 14 2F 49 2E
Octal 313 247 40 0 22 124 24 57 111 56
Binary 11001011 10100111 100000 0 10010 1010100 10100 101111 1001001 101110

Color Harmonies of #CBA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA720

Black with #CBA720

Text Example


Text Example

White with #CBA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA720; }

 p { color: rgb(203,167,32); }

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

background-color css

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

 a { background-color: rgb(203,167,32); }

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

border-color css

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

 span { border-color: rgb(203,167,32); }

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