Html Css Color HEX #CBA728 Galliano

📋 copy color: '#CBA728'

red 203 ◦ green 167 ◦ blue 40

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

Shades of Galliano #CBA728

Tints of Galliano #CBA728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.76%

R = 49.51%
G = 40.73%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBA728 (or 0xCBA728) is known color: Galliano. HEX triplet: CB, A7 and 28. RGB value is (203,167,40). Sum of RGB (Red+Green+Blue) = 203+167+40=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA728 is #3458D7. Grayscale: #A3A3A3. Windows color (decimal): -3430616 or 2664395. OLE color: 2664395.

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

Color convert

RGB 203 167 40 -
CMYK 0 0.18 0.80 0.20
HSL 46.75º 0.67% 0.48% -
HSV(B) 46.75º 0.8% 0.8% -
XYZ 38.83 40.49 7.78 -
YUV 163.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 203 167 40 0 0.18 0.80 0.20 46.75 0.67 0.48
Hex CB A7 28 0 12 50 14 2F 43 30
Octal 313 247 50 0 22 120 24 57 103 60
Binary 11001011 10100111 101000 0 10010 1010000 10100 101111 1000011 110000

Color Harmonies of #CBA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA728

Black with #CBA728

Text Example


Text Example

White with #CBA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA728; }

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

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

background-color css

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

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

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

border-color css

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

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

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