Html Css Color HEX #CBA428 Galliano

📋 copy color: '#CBA428'

red 203 ◦ green 164 ◦ blue 40

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

Shades of Galliano #CBA428

Tints of Galliano #CBA428

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

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

R = 49.88%
G = 40.29%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBA428 (or 0xCBA428) is known color: Galliano. HEX triplet: CB, A4 and 28. RGB value is (203,164,40). Sum of RGB (Red+Green+Blue) = 203+164+40=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA428 is #345BD7. Grayscale: #A2A2A2. Windows color (decimal): -3431384 or 2663627. OLE color: 2663627.

HSL color Cylindrical-coordinate representation of color #CBA428: hue angle of 45.64º 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 #CBA428 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 40 -
CMYK 0 0.19 0.80 0.20
HSL 45.64º 0.67% 0.48% -
HSV(B) 45.64º 0.8% 0.8% -
XYZ 38.29 39.4 7.59 -
YUV 161.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 203 164 40 0 0.19 0.80 0.20 45.64 0.67 0.48
Hex CB A4 28 0 13 50 14 2E 43 30
Octal 313 244 50 0 23 120 24 56 103 60
Binary 11001011 10100100 101000 0 10011 1010000 10100 101110 1000011 110000

Color Harmonies of #CBA428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA428

Black with #CBA428

Text Example


Text Example

White with #CBA428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA428; }

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

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

background-color css

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

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

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

border-color css

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

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

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