Html Css Color HEX #CBA621 Galliano

📋 copy color: '#CBA621'

red 203 ◦ green 166 ◦ blue 33

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

Shades of Galliano #CBA621

Tints of Galliano #CBA621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.21%

R = 50.5%
G = 41.29%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBA621 (or 0xCBA621) is known color: Galliano. HEX triplet: CB, A6 and 21. RGB value is (203,166,33). Sum of RGB (Red+Green+Blue) = 203+166+33=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA621 is #3459DE. Grayscale: #A2A2A2. Windows color (decimal): -3430879 or 2205387. OLE color: 2205387.

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

Color convert

RGB 203 166 33 -
CMYK 0 0.18 0.84 0.20
HSL 46.94º 0.72% 0.46% -
HSV(B) 46.94º 0.84% 0.8% -
XYZ 38.54 40.08 7.14 -
YUV 161.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 203 166 33 0 0.18 0.84 0.20 46.94 0.72 0.46
Hex CB A6 21 0 12 54 14 2F 48 2E
Octal 313 246 41 0 22 124 24 57 110 56
Binary 11001011 10100110 100001 0 10010 1010100 10100 101111 1001000 101110

Color Harmonies of #CBA621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA621

Black with #CBA621

Text Example


Text Example

White with #CBA621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA621; }

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

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

background-color css

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

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

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

border-color css

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

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

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