Html Css Color HEX #CBA715 Galliano

📋 copy color: '#CBA715'

red 203 ◦ green 167 ◦ blue 21

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

Shades of Galliano #CBA715

Tints of Galliano #CBA715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.37%

R = 51.92%
G = 42.71%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBA715 (or 0xCBA715) is known color: Galliano. HEX triplet: CB, A7 and 15. RGB value is (203,167,21). Sum of RGB (Red+Green+Blue) = 203+167+21=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA715 is #3458EA. Grayscale: #A1A1A1. Windows color (decimal): -3430635 or 1419211. OLE color: 1419211.

HSL color Cylindrical-coordinate representation of color #CBA715: hue angle of 48.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA715 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 21 -
CMYK 0 0.18 0.90 0.20
HSL 48.13º 0.81% 0.44% -
HSV(B) 48.13º 0.9% 0.8% -
XYZ 38.58 40.39 6.47 -
YUV 161.12 48.93 157.87 -
System Red Green Blue C M Y K H S L
Decimal 203 167 21 0 0.18 0.90 0.20 48.13 0.81 0.44
Hex CB A7 15 0 12 5A 14 30 51 2C
Octal 313 247 25 0 22 132 24 60 121 54
Binary 11001011 10100111 10101 0 10010 1011010 10100 110000 1010001 101100

Color Harmonies of #CBA715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA715

Black with #CBA715

Text Example


Text Example

White with #CBA715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA715; }

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

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

background-color css

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

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

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

border-color css

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

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

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