Html Css Color HEX #CBA626 Galliano

📋 copy color: '#CBA626'

red 203 ◦ green 166 ◦ blue 38

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

Shades of Galliano #CBA626

Tints of Galliano #CBA626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.34%

R = 49.88%
G = 40.79%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBA626 (or 0xCBA626) is known color: Galliano. HEX triplet: CB, A6 and 26. RGB value is (203,166,38). Sum of RGB (Red+Green+Blue) = 203+166+38=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA626 is #3459D9. Grayscale: #A3A3A3. Windows color (decimal): -3430874 or 2533067. OLE color: 2533067.

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

Color convert

RGB 203 166 38 -
CMYK 0 0.18 0.81 0.20
HSL 46.55º 0.68% 0.47% -
HSV(B) 46.55º 0.81% 0.8% -
XYZ 38.61 40.11 7.54 -
YUV 162.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 203 166 38 0 0.18 0.81 0.20 46.55 0.68 0.47
Hex CB A6 26 0 12 51 14 2F 44 2F
Octal 313 246 46 0 22 121 24 57 104 57
Binary 11001011 10100110 100110 0 10010 1010001 10100 101111 1000100 101111

Color Harmonies of #CBA626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA626

Black with #CBA626

Text Example


Text Example

White with #CBA626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA626; }

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

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

background-color css

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

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

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

border-color css

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

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

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