Html Css Color HEX #CBA628 Galliano

📋 copy color: '#CBA628'

red 203 ◦ green 166 ◦ blue 40

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

Shades of Galliano #CBA628

Tints of Galliano #CBA628

RGB

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

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

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

R = 49.63%
G = 40.59%
B = 9.78%

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

#CBA628 (or 0xCBA628) is known color: Galliano. HEX triplet: CB, A6 and 28. RGB value is (203,166,40). Sum of RGB (Red+Green+Blue) = 203+166+40=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA628 is #3459D7. Grayscale: #A3A3A3. Windows color (decimal): -3430872 or 2664139. OLE color: 2664139.

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

Color convert

RGB 203 166 40 -
CMYK 0 0.18 0.80 0.20
HSL 46.38º 0.67% 0.48% -
HSV(B) 46.38º 0.8% 0.8% -
XYZ 38.65 40.12 7.71 -
YUV 162.7 58.76 156.75 -
System Red Green Blue C M Y K H S L
Decimal 203 166 40 0 0.18 0.80 0.20 46.38 0.67 0.48
Hex CB A6 28 0 12 50 14 2E 43 30
Octal 313 246 50 0 22 120 24 56 103 60
Binary 11001011 10100110 101000 0 10010 1010000 10100 101110 1000011 110000

Color Harmonies of #CBA628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA628

Black with #CBA628

Text Example


Text Example

White with #CBA628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA628; }

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

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

background-color css

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

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

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

border-color css

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

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

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